Interface IdentifierBundle
-
- All Superinterfaces:
Collection<Identifier>,Iterable<Identifier>,List<Identifier>
- All Known Implementing Classes:
ArrayIdentifierBundle
public interface IdentifierBundle extends List<Identifier>
A group of Identifiers, very commonly used in method signatures since a session will usually have more than one associated identifier.
-
-
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
-
-