Package org.apache.iceberg.util
Class CharSequenceSet
java.lang.Object
org.apache.iceberg.util.CharSequenceSet
- All Implemented Interfaces:
- Serializable,- Iterable<CharSequence>,- Collection<CharSequence>,- Set<CharSequence>
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionbooleanadd(CharSequence charSequence) booleanaddAll(Collection<? extends CharSequence> charSequences) voidclear()booleanbooleancontainsAll(Collection<?> objects) static CharSequenceSetempty()booleaninthashCode()booleanisEmpty()iterator()static CharSequenceSetof(Iterable<CharSequence> charSequences) booleanbooleanremoveAll(Collection<?> objects) booleanretainAll(Collection<?> objects) intsize()Object[]toArray()<T> T[]toArray(T[] destArray) toString()Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Setspliterator
- 
Method Details- 
of
- 
empty
- 
sizepublic int size()- Specified by:
- sizein interface- Collection<CharSequence>
- Specified by:
- sizein interface- Set<CharSequence>
 
- 
isEmptypublic boolean isEmpty()- Specified by:
- isEmptyin interface- Collection<CharSequence>
- Specified by:
- isEmptyin interface- Set<CharSequence>
 
- 
contains- Specified by:
- containsin interface- Collection<CharSequence>
- Specified by:
- containsin interface- Set<CharSequence>
 
- 
iterator- Specified by:
- iteratorin interface- Collection<CharSequence>
- Specified by:
- iteratorin interface- Iterable<CharSequence>
- Specified by:
- iteratorin interface- Set<CharSequence>
 
- 
toArray- Specified by:
- toArrayin interface- Collection<CharSequence>
- Specified by:
- toArrayin interface- Set<CharSequence>
 
- 
toArraypublic <T> T[] toArray(T[] destArray) - Specified by:
- toArrayin interface- Collection<CharSequence>
- Specified by:
- toArrayin interface- Set<CharSequence>
 
- 
add- Specified by:
- addin interface- Collection<CharSequence>
- Specified by:
- addin interface- Set<CharSequence>
 
- 
remove- Specified by:
- removein interface- Collection<CharSequence>
- Specified by:
- removein interface- Set<CharSequence>
 
- 
containsAll- Specified by:
- containsAllin interface- Collection<CharSequence>
- Specified by:
- containsAllin interface- Set<CharSequence>
 
- 
addAll- Specified by:
- addAllin interface- Collection<CharSequence>
- Specified by:
- addAllin interface- Set<CharSequence>
 
- 
retainAll- Specified by:
- retainAllin interface- Collection<CharSequence>
- Specified by:
- retainAllin interface- Set<CharSequence>
 
- 
removeAll- Specified by:
- removeAllin interface- Collection<CharSequence>
- Specified by:
- removeAllin interface- Set<CharSequence>
 
- 
clearpublic void clear()- Specified by:
- clearin interface- Collection<CharSequence>
- Specified by:
- clearin interface- Set<CharSequence>
 
- 
equals- Specified by:
- equalsin interface- Collection<CharSequence>
- Specified by:
- equalsin interface- Set<CharSequence>
- Overrides:
- equalsin class- Object
 
- 
hashCodepublic int hashCode()- Specified by:
- hashCodein interface- Collection<CharSequence>
- Specified by:
- hashCodein interface- Set<CharSequence>
- Overrides:
- hashCodein class- Object
 
- 
toString
 
-