Package de.espirit.common.util
Interface IdentifierList<K,E>
- All Superinterfaces:
Collection<E>
,Iterable<E>
,List<E>
List interface providing at least the
key
(identifier) for a specific index,
also the related entry IdentifierList
could be null
- Since:
- 5.0.504
-
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
Method Details
-
getKey
Returns the key at the given index.- Since:
- 5.0.504
-