Class HolderElement
java.lang.Object
org.semispace.HolderElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic HolderElementcreateNewCollection(Holder holder) findById(long id) Searching for holder elements with given IDbooleaniterator()removeHolderById(long id) intsize()Holder[]toArray()voidwaitHolder(long timeout) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
HolderElement
public HolderElement()
-
-
Method Details
-
size
public int size() -
createNewCollection
-
removeHolderById
-
findById
Searching for holder elements with given ID -
addHolder
-
toArray
-
iterator
-
waitHolder
public void waitHolder(long timeout) -
isWaiting
public boolean isWaiting()
-