Package ubic.gemma.model.util
Class UninitializedSet<T>
- java.lang.Object
-
- ubic.gemma.model.util.UninitializedCollection<T>
-
- ubic.gemma.model.util.UninitializedSet<T>
-
- All Implemented Interfaces:
Iterable<T>
,Collection<T>
,Set<T>
public class UninitializedSet<T> extends UninitializedCollection<T> implements Set<T>
A set that is intentionally not initialized.- Author:
- poirigui
-
-
Constructor Summary
Constructors Constructor Description UninitializedSet()
-
Method Summary
-
Methods inherited from class ubic.gemma.model.util.UninitializedCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, uninitializedException
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream
-
-