Package io.deephaven.base.string.cache
Class ByteOrientedCharSequenceAdapter
java.lang.Object
io.deephaven.base.string.cache.CharSequenceAdapter
io.deephaven.base.string.cache.ByteOrientedCharSequenceAdapter
- All Implemented Interfaces:
StringCompatible
,CharSequence
,Comparable<CharSequence>
- Direct Known Subclasses:
ByteArrayCharSequenceAdapterImpl
,ByteBufferCharSequenceAdapterImpl
Common parent for CharSequenceAdapters that store chars as single bytes (for simple encodings).
-
Constructor Summary
-
Method Summary
Methods inherited from class io.deephaven.base.string.cache.CharSequenceAdapter
clear, compareTo, equals, hashCode, subSequence, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.CharSequence
charAt, chars, codePoints, isEmpty, length
Methods inherited from interface io.deephaven.base.string.cache.StringCompatible
toCompressedString, toMappedCompressedString
-
Constructor Details
-
ByteOrientedCharSequenceAdapter
public ByteOrientedCharSequenceAdapter()
-
-
Method Details
-
makeString
- Specified by:
makeString
in classCharSequenceAdapter
- Returns:
- A new String consistent with this CharSequenceAdapter.
-