|
|||||||||
| 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
com.partnersoft.v3x.data.CaseInsensitiveTreeSet
public class CaseInsensitiveTreeSet
A TreeSet whose keys are strings and that is case-insensitive.
| Constructor Summary | |
|---|---|
CaseInsensitiveTreeSet()
|
|
CaseInsensitiveTreeSet(java.util.Collection nother)
|
|
| Method Summary | |
|---|---|
static java.util.Set |
ensureInsensitive(java.util.Set original)
|
boolean |
removeAll(java.util.Collection nother)
Kludged to make it work properly. |
| Methods inherited from class java.util.TreeSet |
|---|
add, addAll, clear, clone, comparator, contains, first, headSet, isEmpty, iterator, last, remove, size, subSet, tailSet |
| Methods inherited from class java.util.AbstractSet |
|---|
equals, hashCode |
| 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, retainAll, toArray, toArray |
| Constructor Detail |
|---|
public CaseInsensitiveTreeSet()
public CaseInsensitiveTreeSet(java.util.Collection nother)
| Method Detail |
|---|
public boolean removeAll(java.util.Collection nother)
removeAll in interface java.util.CollectionremoveAll in interface java.util.SetremoveAll in class java.util.AbstractSetpublic static java.util.Set ensureInsensitive(java.util.Set original)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||