public class IdentifiableContainerBase extends FreezableList
modCount
Constructor and Description |
---|
IdentifiableContainerBase()
Create this class with an empty list of identifiables.
|
Modifier and Type | Method and Description |
---|---|
Iterator |
iteratorById(int id)
Return an iterator which iterates over all contained Identifiables
with type given by id.
|
add, equals, get, hashCode, isImmutable, makeElementsImmutable, makeImmutable, remove, set, size, subList
add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public IdentifiableContainerBase()
public Iterator iteratorById(int id)
Copyright © 2016 JBoss by Red Hat. All rights reserved.