- CharacterUtils - Class in org.openkoreantext.processor.util
-
CharacterUtils provides a unified interface to Character-related
operations.
- CharacterUtils() - Constructor for class org.openkoreantext.processor.util.CharacterUtils
-
- CharacterUtils.CharacterBuffer - Class in org.openkoreantext.processor.util
-
- CharArrayMap<V> - Class in org.openkoreantext.processor.util
-
A simple class that stores key Strings as char[]'s in a
hash table.
- CharArrayMap(int, boolean) - Constructor for class org.openkoreantext.processor.util.CharArrayMap
-
Create map with enough capacity to hold startSize terms
- CharArrayMap(Map<?, ? extends V>, boolean) - Constructor for class org.openkoreantext.processor.util.CharArrayMap
-
Creates a map from the mappings in another map.
- CharArrayMap.EntryIterator - Class in org.openkoreantext.processor.util
-
public iterator class so efficient methods are exposed to users
- CharArrayMap.EntrySet - Class in org.openkoreantext.processor.util
-
public EntrySet class so efficient methods are exposed to users
- CharArraySet - Class in org.openkoreantext.processor.util
-
A simple class that stores Strings as char[]'s in a
hash table.
- CharArraySet(int, boolean) - Constructor for class org.openkoreantext.processor.util.CharArraySet
-
Create set with enough capacity to hold startSize terms
- CharArraySet(Collection<?>, boolean) - Constructor for class org.openkoreantext.processor.util.CharArraySet
-
Creates a set from a Collection of objects.
- clear() - Method in class org.openkoreantext.processor.util.CharArrayMap
-
Clears all entries in this map.
- clear() - Method in class org.openkoreantext.processor.util.CharArrayMap.EntrySet
-
- clear() - Method in class org.openkoreantext.processor.util.CharArraySet
-
Clears all entries in this set.
- codePointAt(CharSequence, int) - Method in class org.openkoreantext.processor.util.CharacterUtils
-
Returns the code point at the given index of the
CharSequence.
- codePointAt(char[], int, int) - Method in class org.openkoreantext.processor.util.CharacterUtils
-
Returns the code point at the given index of the char array where only elements
with index less than the limit are used.
- codePointCount(CharSequence) - Method in class org.openkoreantext.processor.util.CharacterUtils
-
Return the number of characters in seq.
- contains(Object) - Method in class org.openkoreantext.processor.util.CharArrayMap.EntrySet
-
- contains(char[], int, int) - Method in class org.openkoreantext.processor.util.CharArraySet
-
true if the len chars of text starting at off
are in the set
- contains(CharSequence) - Method in class org.openkoreantext.processor.util.CharArraySet
-
true if the CharSequence is in the set
- contains(Object) - Method in class org.openkoreantext.processor.util.CharArraySet
-
- containsKey(char[], int, int) - Method in class org.openkoreantext.processor.util.CharArrayMap
-
- containsKey(CharSequence) - Method in class org.openkoreantext.processor.util.CharArrayMap
-
- containsKey(Object) - Method in class org.openkoreantext.processor.util.CharArrayMap
-
- copy(Map<?, ? extends V>) - Static method in class org.openkoreantext.processor.util.CharArrayMap
-
- copy(Set<?>) - Static method in class org.openkoreantext.processor.util.CharArraySet
-
- currentValue() - Method in class org.openkoreantext.processor.util.CharArrayMap.EntryIterator
-
returns the value associated with the last key returned