|
|||||||||
| 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<java.lang.String>
com.partnersoft.data.NameSet
public class NameSet
A Set of case-insensitive Strings.
| Constructor Summary | |
|---|---|
NameSet()
|
|
NameSet(java.util.Collection nother)
|
|
| Method Summary | |
|---|---|
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 NameSet()
public NameSet(java.util.Collection nother)
| Method Detail |
|---|
public boolean removeAll(java.util.Collection nother)
removeAll in interface java.util.Collection<java.lang.String>removeAll in interface java.util.Set<java.lang.String>removeAll in class java.util.AbstractSet<java.lang.String>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||