Package org.apache.iceberg.util
Class CharSequenceWrapper
java.lang.Object
org.apache.iceberg.util.CharSequenceWrapper
- All Implemented Interfaces:
- Serializable,- CharSequence
Wrapper class to adapt CharSequence for use in maps and sets.
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptioncharcharAt(int index) booleanget()inthashCode()intlength()set(CharSequence newWrapped) subSequence(int start, int end) toString()static CharSequenceWrapperwrap(CharSequence seq) Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequencechars, codePoints, isEmpty
- 
Method Details- 
wrap
- 
set
- 
get
- 
equals
- 
hashCodepublic int hashCode()
- 
lengthpublic int length()- Specified by:
- lengthin interface- CharSequence
 
- 
charAtpublic char charAt(int index) - Specified by:
- charAtin interface- CharSequence
 
- 
subSequence- Specified by:
- subSequencein interface- CharSequence
 
- 
toString- Specified by:
- toStringin interface- CharSequence
- Overrides:
- toStringin class- Object
 
 
-