com.evanmclean.evlib.util
Class TreeSetIgnoreCase

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.TreeSet<String>
              extended by com.evanmclean.evlib.util.TreeSetIgnoreCase
All Implemented Interfaces:
Serializable, Cloneable, Iterable<String>, Collection<String>, NavigableSet<String>, Set<String>, SortedSet<String>

public class TreeSetIgnoreCase
extends TreeSet<String>

A set of strings which ignores case.

Author:
Evan McLean McLean Computer Services (see the overview for copyright and licensing.)
See Also:
Serialized Form

Constructor Summary
TreeSetIgnoreCase()
           
TreeSetIgnoreCase(Collection<? extends String> c)
           
TreeSetIgnoreCase(SortedSet<String> s)
           
 
Method Summary
 
Methods inherited from class java.util.TreeSet
add, addAll, 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

TreeSetIgnoreCase

public TreeSetIgnoreCase()

TreeSetIgnoreCase

public TreeSetIgnoreCase(Collection<? extends String> c)

TreeSetIgnoreCase

public TreeSetIgnoreCase(SortedSet<String> s)