|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.TreeSet<Type>
se.unlogic.standardutils.collections.NotNullTreeSet<Type>
public class NotNullTreeSet<Type>
Constructor Summary | |
---|---|
NotNullTreeSet()
|
Method Summary | |
---|---|
boolean |
add(Type o)
|
boolean |
addAll(Collection<? extends Type> c)
|
Methods inherited from class java.util.TreeSet |
---|
ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, subSet, subSet, tailSet, tailSet |
Methods inherited from class java.util.AbstractSet |
---|
equals, hashCode, removeAll |
Methods inherited from class java.util.AbstractCollection |
---|
containsAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Set |
---|
containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray |
Constructor Detail |
---|
public NotNullTreeSet()
Method Detail |
---|
public boolean add(Type o)
add
in interface Collection<Type>
add
in interface Set<Type>
add
in class TreeSet<Type>
public boolean addAll(Collection<? extends Type> c)
addAll
in interface Collection<Type>
addAll
in interface Set<Type>
addAll
in class TreeSet<Type>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |