se.unlogic.standardutils.collections
Class NotNullTreeSet<Type>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.TreeSet<Type>
              extended by se.unlogic.standardutils.collections.NotNullTreeSet<Type>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Type>, Collection<Type>, NavigableSet<Type>, Set<Type>, SortedSet<Type>

public class NotNullTreeSet<Type>
extends TreeSet<Type>

See Also:
Serialized Form

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

NotNullTreeSet

public NotNullTreeSet()
Method Detail

add

public boolean add(Type o)
Specified by:
add in interface Collection<Type>
Specified by:
add in interface Set<Type>
Overrides:
add in class TreeSet<Type>

addAll

public boolean addAll(Collection<? extends Type> c)
Specified by:
addAll in interface Collection<Type>
Specified by:
addAll in interface Set<Type>
Overrides:
addAll in class TreeSet<Type>


Copyright © 2011. All Rights Reserved.