Index
A B C D E F G H I J L M N O P R S T U V W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ABR - Static variable in interface net.morimekta.strings.chr.Char
-
Abort - [Control c]
- alt(char) - Static method in class net.morimekta.strings.chr.Control
- ALT_D - Static variable in class net.morimekta.strings.chr.Control
- ALT_K - Static variable in class net.morimekta.strings.chr.Control
- ALT_U - Static variable in class net.morimekta.strings.chr.Control
- ALT_W - Static variable in class net.morimekta.strings.chr.Control
- append(char) - Method in class net.morimekta.strings.io.IndentedPrintWriter
- append(CharSequence) - Method in class net.morimekta.strings.io.IndentedPrintWriter
- append(CharSequence, int, int) - Method in class net.morimekta.strings.io.IndentedPrintWriter
- appendln() - Method in class net.morimekta.strings.io.IndentedPrintWriter
- appendln(char) - Method in class net.morimekta.strings.io.IndentedPrintWriter
- appendln(CharSequence) - Method in class net.morimekta.strings.io.IndentedPrintWriter
- asString() - Method in class net.morimekta.strings.chr.Control
- asString() - Method in class net.morimekta.strings.chr.Unicode
- asString() - Method in interface net.morimekta.strings.Stringable
-
Make a string representation of the instance value.
- asString(double) - Static method in interface net.morimekta.strings.Stringable
-
Make a minimal printable string from a double value.
- asString(float) - Static method in interface net.morimekta.strings.Stringable
-
Make a minimal printable string from a double value.
- asString(Object) - Static method in interface net.morimekta.strings.Stringable
-
Make an object into a string using the typed tools here.
- asString(Collection<?>) - Static method in interface net.morimekta.strings.Stringable
-
Make a printable string from a collection using the tools here.
- asString(Map<?, ?>) - Static method in interface net.morimekta.strings.Stringable
-
Make a minimal printable string value from a typed map.
- at(int) - Method in class net.morimekta.strings.chr.CharSlice
-
Get char char at the dynamic index.
B
- begin() - Method in class net.morimekta.strings.io.IndentedPrintWriter
- begin(String) - Method in class net.morimekta.strings.io.IndentedPrintWriter
- BEL - Static variable in interface net.morimekta.strings.chr.Char
-
Bell.
- BG_BLACK - Static variable in class net.morimekta.strings.chr.Color
- BG_BLUE - Static variable in class net.morimekta.strings.chr.Color
- BG_CYAN - Static variable in class net.morimekta.strings.chr.Color
- BG_DEFAULT - Static variable in class net.morimekta.strings.chr.Color
- BG_GREEN - Static variable in class net.morimekta.strings.chr.Color
- BG_MAGENTA - Static variable in class net.morimekta.strings.chr.Color
- BG_RED - Static variable in class net.morimekta.strings.chr.Color
- BG_WHITE - Static variable in class net.morimekta.strings.chr.Color
- BG_YELLOW - Static variable in class net.morimekta.strings.chr.Color
- BLACK - Static variable in class net.morimekta.strings.chr.Color
- BLUE - Static variable in class net.morimekta.strings.chr.Color
- BOLD - Static variable in class net.morimekta.strings.chr.Color
- BS - Static variable in interface net.morimekta.strings.chr.Char
-
Backspace: Not used on Linux
- buffer - Variable in class net.morimekta.strings.io.LineBufferedReader
- bufferLimit - Variable in class net.morimekta.strings.io.LineBufferedReader
- bufferLineEnd - Variable in class net.morimekta.strings.io.LineBufferedReader
- bufferOffset - Variable in class net.morimekta.strings.io.LineBufferedReader
C
- CAMEL - net.morimekta.strings.NamingUtil.Format
-
The Dromedary, or Arabic camel, famous for being the one-humped camel, means a camel case where the first word is not capitalized.
- capitalize(CharSequence) - Static method in class net.morimekta.strings.StringUtil
-
Capitalize the string.
- center(CharSequence, int) - Static method in class net.morimekta.strings.StringUtil
-
Pad the each side of the string until the printed width becomes the desired visible string length.
- Char - Interface in net.morimekta.strings.chr
-
General interface implemented by character-like classes.
- charAt(int) - Method in class net.morimekta.strings.chr.CharSlice
-
Get character at slice relative position.
- CharReader - Class in net.morimekta.strings.chr
-
A keystroke char reader.
- CharReader(InputStream) - Constructor for class net.morimekta.strings.chr.CharReader
- CharReader(Reader) - Constructor for class net.morimekta.strings.chr.CharReader
- CharSlice - Class in net.morimekta.strings.chr
-
A slice of a character array.
- CharSlice(char[]) - Constructor for class net.morimekta.strings.chr.CharSlice
-
Create a slice from a full character buffer.
- CharSlice(char[], int, int) - Constructor for class net.morimekta.strings.chr.CharSlice
-
Create a slice instance.
- CharSlice(String) - Constructor for class net.morimekta.strings.chr.CharSlice
-
Create a slice instance.
- CharStream - Class in net.morimekta.strings.chr
-
Java 8 streams handling of character sequences.
- CharUtil - Class in net.morimekta.strings.chr
-
Common character and console utilities.
- CLEAR - Static variable in class net.morimekta.strings.chr.Color
- clipWidth(CharSequence, int) - Static method in class net.morimekta.strings.StringUtil
-
Remove all printable characters after 'width' characters have been filled.
- close() - Method in class net.morimekta.strings.io.LineBufferedReader
- close() - Method in class net.morimekta.strings.io.Utf8StreamReader
- close() - Method in class net.morimekta.strings.io.Utf8StreamWriter
- codepoint() - Method in interface net.morimekta.strings.chr.Char
-
Unicode codepoint representing this character.
- codepoint() - Method in class net.morimekta.strings.chr.Control
- codepoint() - Method in class net.morimekta.strings.chr.Unicode
- Color - Class in net.morimekta.strings.chr
-
Unix terminal color helper.
- Color(int...) - Constructor for class net.morimekta.strings.chr.Color
-
Create a color with the given modifiers.
- Color(Color...) - Constructor for class net.morimekta.strings.chr.Color
-
Combine the given colors.
- commonOverlap(String, String) - Static method in class net.morimekta.strings.StringUtil
-
Determine if the suffix of one string is the prefix of another.
- commonPrefix(String, String) - Static method in class net.morimekta.strings.StringUtil
-
Determine the common prefix of two strings
- commonSuffix(String, String) - Static method in class net.morimekta.strings.StringUtil
-
Determine the common suffix of two strings
- compareTo(Char) - Method in class net.morimekta.strings.chr.Control
- compareTo(Char) - Method in class net.morimekta.strings.chr.Unicode
- compareTo(CharSlice) - Method in class net.morimekta.strings.chr.CharSlice
-
Compare slice with other slice.
- ConsoleUtil - Class in net.morimekta.strings
- Control - Class in net.morimekta.strings.chr
-
https://en.wikipedia.org/wiki/C0_and_C1_control_codes
- CR - Static variable in interface net.morimekta.strings.chr.Char
-
Carriage Return.
- CTRL_DOWN - Static variable in class net.morimekta.strings.chr.Control
- CTRL_LEFT - Static variable in class net.morimekta.strings.chr.Control
- CTRL_RIGHT - Static variable in class net.morimekta.strings.chr.Control
- CTRL_UP - Static variable in class net.morimekta.strings.chr.Control
- CURSOR_ERASE - Static variable in class net.morimekta.strings.chr.Control
- CURSOR_RESTORE - Static variable in class net.morimekta.strings.chr.Control
- CURSOR_SAVE - Static variable in class net.morimekta.strings.chr.Control
- cursorDown(int) - Static method in class net.morimekta.strings.chr.Control
- cursorLeft(int) - Static method in class net.morimekta.strings.chr.Control
- cursorRight(int) - Static method in class net.morimekta.strings.chr.Control
- cursorSetPos(int) - Static method in class net.morimekta.strings.chr.Control
- cursorSetPos(int, int) - Static method in class net.morimekta.strings.chr.Control
- cursorUp(int) - Static method in class net.morimekta.strings.chr.Control
- CYAN - Static variable in class net.morimekta.strings.chr.Color
D
- DEFAULT - Static variable in class net.morimekta.strings.chr.Color
- DEL - Static variable in interface net.morimekta.strings.chr.Char
-
DEL, A.K.A.
- DELETE - Static variable in class net.morimekta.strings.chr.Control
- DIM - Static variable in class net.morimekta.strings.chr.Color
- Displayable - Interface in net.morimekta.strings
-
Interface for making objects displayable.
- displayString() - Method in interface net.morimekta.strings.Displayable
- DOWN - Static variable in class net.morimekta.strings.chr.Control
- DPAD_MID - Static variable in class net.morimekta.strings.chr.Control
E
- end() - Method in class net.morimekta.strings.io.IndentedPrintWriter
- END - Static variable in class net.morimekta.strings.chr.Control
- EOF - Static variable in interface net.morimekta.strings.chr.Char
-
Abort - [Control d]
- equals(Object) - Method in class net.morimekta.strings.chr.CharSlice
- equals(Object) - Method in class net.morimekta.strings.chr.Color
- equals(Object) - Method in class net.morimekta.strings.chr.Control
- equals(Object) - Method in class net.morimekta.strings.chr.Unicode
- ESC - Static variable in interface net.morimekta.strings.chr.Char
-
Escape.
- EscapeUtil - Class in net.morimekta.strings
- expandTabs(CharSequence) - Static method in class net.morimekta.strings.StringUtil
-
Expand tabs in string.
- expandTabs(CharSequence, int) - Static method in class net.morimekta.strings.StringUtil
-
Expand tabs in string.
- expandTabs(CharSequence, int, int) - Static method in class net.morimekta.strings.StringUtil
-
Expand tabs in string.
F
- F1 - Static variable in class net.morimekta.strings.chr.Control
- F10 - Static variable in class net.morimekta.strings.chr.Control
- F11 - Static variable in class net.morimekta.strings.chr.Control
-
NOTE: It is common to use F11 to mean 'fullscreen'.
- F12 - Static variable in class net.morimekta.strings.chr.Control
- F2 - Static variable in class net.morimekta.strings.chr.Control
- F3 - Static variable in class net.morimekta.strings.chr.Control
- F4 - Static variable in class net.morimekta.strings.chr.Control
- F5 - Static variable in class net.morimekta.strings.chr.Control
- F6 - Static variable in class net.morimekta.strings.chr.Control
- F7 - Static variable in class net.morimekta.strings.chr.Control
- F8 - Static variable in class net.morimekta.strings.chr.Control
- F9 - Static variable in class net.morimekta.strings.chr.Control
- fb - Variable in class net.morimekta.strings.chr.CharSlice
- FF - Static variable in interface net.morimekta.strings.chr.Char
-
Form Feed.
- flush() - Method in class net.morimekta.strings.io.Utf8StreamWriter
- format(CharSequence, NamingUtil.Format) - Static method in class net.morimekta.strings.NamingUtil
-
Format a string to the desired naming scheme.
- format(String, Object...) - Method in class net.morimekta.strings.io.IndentedPrintWriter
- format(List<String>, NamingUtil.Format) - Static method in class net.morimekta.strings.NamingUtil
-
Format a list of names to the desired naming scheme.
- format(Locale, String, Object...) - Method in class net.morimekta.strings.io.IndentedPrintWriter
- formatln(String, Object...) - Method in class net.morimekta.strings.io.IndentedPrintWriter
- FS - Static variable in interface net.morimekta.strings.chr.Char
-
File Separator.
G
- getLine() - Method in class net.morimekta.strings.io.LineBufferedReader
-
Returns the current line in the buffer.
- getLineNo() - Method in class net.morimekta.strings.io.LineBufferedReader
- getLinePos() - Method in class net.morimekta.strings.io.LineBufferedReader
-
The position of the current (last read) char in the current line.
- getRemainingLines(boolean) - Method in class net.morimekta.strings.io.LineBufferedReader
-
Read the rest of input from the reader, and get the lines from there.
- getRestOfLine() - Method in class net.morimekta.strings.io.LineBufferedReader
-
Return the rest of the current line.
- GREEN - Static variable in class net.morimekta.strings.chr.Color
- GS - Static variable in interface net.morimekta.strings.chr.Char
-
Group Separator.
H
- hashCode() - Method in class net.morimekta.strings.chr.CharSlice
- hashCode() - Method in class net.morimekta.strings.chr.Color
- hashCode() - Method in class net.morimekta.strings.chr.Control
- hashCode() - Method in class net.morimekta.strings.chr.Unicode
- HIDDEN - Static variable in class net.morimekta.strings.chr.Color
- HOME - Static variable in class net.morimekta.strings.chr.Control
I
- INDENT - Static variable in class net.morimekta.strings.io.IndentedPrintWriter
- IndentedPrintWriter - Class in net.morimekta.strings.io
-
Print writer that prints lines with indent.
- IndentedPrintWriter(OutputStream) - Constructor for class net.morimekta.strings.io.IndentedPrintWriter
- IndentedPrintWriter(OutputStream, String, String) - Constructor for class net.morimekta.strings.io.IndentedPrintWriter
- IndentedPrintWriter(Writer) - Constructor for class net.morimekta.strings.io.IndentedPrintWriter
- IndentedPrintWriter(Writer, String, String) - Constructor for class net.morimekta.strings.io.IndentedPrintWriter
- inputBytes(Object...) - Static method in class net.morimekta.strings.chr.CharUtil
-
Make a byte array representing the input bytes for generating the given input.
- inputChars(Object...) - Static method in class net.morimekta.strings.chr.CharUtil
-
Make a list of input
Char
s that e.g. - INSERT - Static variable in class net.morimekta.strings.chr.Control
- INVERT - Static variable in class net.morimekta.strings.chr.Color
- isConsolePrintable(int) - Static method in class net.morimekta.strings.ConsoleUtil
-
Utility to figure out if a character is printable to the console as a character.
- isNotEmpty(CharSequence) - Static method in class net.morimekta.strings.StringUtil
- isNullOrEmpty(CharSequence) - Static method in class net.morimekta.strings.StringUtil
- iterator(CharSequence) - Static method in class net.morimekta.strings.chr.CharStream
J
- javaEscape(char) - Static method in class net.morimekta.strings.EscapeUtil
-
Escape a single character.
- javaEscape(CharSequence) - Static method in class net.morimekta.strings.EscapeUtil
-
Properly java-escape the string for including in java strings or printing with escape symbols to console.
- javaUnEscape(CharSequence) - Static method in class net.morimekta.strings.EscapeUtil
-
UnEscape the char sequence using javas escape syntax used above and in java strings.
- javaUnEscape(CharSequence, boolean) - Static method in class net.morimekta.strings.EscapeUtil
-
UnEscape the char sequence using javas escape syntax used above and in java strings.
L
- lastChar - Variable in class net.morimekta.strings.io.LineBufferedReader
- LEFT - Static variable in class net.morimekta.strings.chr.Control
- leftPad(CharSequence, int) - Static method in class net.morimekta.strings.StringUtil
-
Pad the right side of the string until the printed width becomes the desired visible string length.
- len - Variable in class net.morimekta.strings.chr.CharSlice
- length() - Method in interface net.morimekta.strings.chr.Char
-
Number of utf-16 characters that this character takes up if enclosed in a java string.
- length() - Method in class net.morimekta.strings.chr.CharSlice
-
Get the total length of the slice.
- length() - Method in class net.morimekta.strings.chr.Control
- length() - Method in class net.morimekta.strings.chr.Unicode
- lenientIterator(CharSequence) - Static method in class net.morimekta.strings.chr.CharStream
- lenientStream(CharSequence) - Static method in class net.morimekta.strings.chr.CharStream
- LF - Static variable in interface net.morimekta.strings.chr.Char
-
Line Feed (newline).
- LineBufferedReader - Class in net.morimekta.strings.io
-
Helper class that manages a buffer if 1 line, or if requested pre-loads the content of the input reader, and pretends as if it was the same line-buffering reader.
- LineBufferedReader(Reader) - Constructor for class net.morimekta.strings.io.LineBufferedReader
- LineBufferedReader(Reader, boolean) - Constructor for class net.morimekta.strings.io.LineBufferedReader
- LineBufferedReader(Reader, int) - Constructor for class net.morimekta.strings.io.LineBufferedReader
- LineBufferedReader(Reader, int, boolean) - Constructor for class net.morimekta.strings.io.LineBufferedReader
- lineNo - Variable in class net.morimekta.strings.io.LineBufferedReader
- linePos - Variable in class net.morimekta.strings.io.LineBufferedReader
- LISP - net.morimekta.strings.NamingUtil.Format
-
A namespace format concatenates lower-cased names with '-',
- longestCommonPrefixPath(Collection<String>) - Static method in class net.morimekta.strings.StringUtil
-
Assuming all strings in the path input are '/' separated paths, will find the longest common path prefix (meaning the prefix ends in '/').
M
- MAGENTA - Static variable in class net.morimekta.strings.chr.Color
- makeBorder(int, int, int, int) - Static method in class net.morimekta.strings.chr.CharUtil
-
Make a unicode border symbol matching the lines given.
- makeNumeric(int) - Static method in class net.morimekta.strings.chr.CharUtil
-
Gets the unicode char representing a circled number.
- maybeConsolidateBuffer() - Method in class net.morimekta.strings.io.LineBufferedReader
-
If the char buffer is nearing it's "end" and does not end with a newline (meaning it is a complete line), then take the reast of the current buffer and move it to the front of the buffer, and read until end of buffer, or end of line.
N
- NAMESPACE - net.morimekta.strings.NamingUtil.Format
-
A namespace format concatenates lower-cased names with '.',
- NamingUtil - Class in net.morimekta.strings
-
Utility to handle multiple word identifiers and means of converting between them.
- NamingUtil.Format - Enum in net.morimekta.strings
-
Formats to be used with name formatting.
- NBSP - Static variable in class net.morimekta.strings.chr.Unicode
-
No-break space.
- net.morimekta.strings - module net.morimekta.strings
-
Utilities handling strings and chars in strings.
- net.morimekta.strings - package net.morimekta.strings
- net.morimekta.strings.chr - package net.morimekta.strings.chr
-
The package contains classes helping with managing characters and the interface between character arrays and strings, and between symbolic "characters", e.g.
- net.morimekta.strings.io - package net.morimekta.strings.io
-
Package containing IO helpers for handling unusual ways of buffering (by line), and UTF-8 streams without any buffering over what is strictly needed for the next code-point.
- newline() - Method in class net.morimekta.strings.io.IndentedPrintWriter
- NEWLINE - Static variable in class net.morimekta.strings.io.IndentedPrintWriter
- NUL - Static variable in interface net.morimekta.strings.chr.Char
-
Null.
- NULL - Static variable in interface net.morimekta.strings.Stringable
O
- off - Variable in class net.morimekta.strings.chr.CharSlice
- offset() - Method in class net.morimekta.strings.chr.CharSlice
-
Get the offset of the buffer.
P
- PAGE_DOWN - Static variable in class net.morimekta.strings.chr.Control
- PAGE_UP - Static variable in class net.morimekta.strings.chr.Control
- PASCAL - net.morimekta.strings.NamingUtil.Format
-
Pascal case, also known as Upper Camel Case is the standard java naming scheme for classes, and capitalizes each name, and concatenates them directly.
- preLoaded - Variable in class net.morimekta.strings.io.LineBufferedReader
- printableWidth() - Method in interface net.morimekta.strings.chr.Char
-
The number of character spaces taken up by this symbol.
- printableWidth() - Method in class net.morimekta.strings.chr.Control
- printableWidth() - Method in class net.morimekta.strings.chr.Unicode
- printableWidth(CharSequence) - Static method in class net.morimekta.strings.StringUtil
-
How many single-characters worth of console real-estate will be taken up by this string if printed.
- printf(String, Object...) - Method in class net.morimekta.strings.io.IndentedPrintWriter
- printf(Locale, String, Object...) - Method in class net.morimekta.strings.io.IndentedPrintWriter
- println() - Method in class net.morimekta.strings.io.IndentedPrintWriter
- println(boolean) - Method in class net.morimekta.strings.io.IndentedPrintWriter
- println(char) - Method in class net.morimekta.strings.io.IndentedPrintWriter
- println(char[]) - Method in class net.morimekta.strings.io.IndentedPrintWriter
- println(double) - Method in class net.morimekta.strings.io.IndentedPrintWriter
- println(float) - Method in class net.morimekta.strings.io.IndentedPrintWriter
- println(int) - Method in class net.morimekta.strings.io.IndentedPrintWriter
- println(long) - Method in class net.morimekta.strings.io.IndentedPrintWriter
- println(Object) - Method in class net.morimekta.strings.io.IndentedPrintWriter
- println(String) - Method in class net.morimekta.strings.io.IndentedPrintWriter
R
- read() - Method in class net.morimekta.strings.chr.CharReader
-
Read the next char.
- read() - Method in class net.morimekta.strings.io.LineBufferedReader
- read(char[], int, int) - Method in class net.morimekta.strings.io.LineBufferedReader
- read(char[], int, int) - Method in class net.morimekta.strings.io.Utf8StreamReader
- reader - Variable in class net.morimekta.strings.io.LineBufferedReader
- readIfAvailable() - Method in class net.morimekta.strings.chr.CharReader
-
Read a single char if ready (something is available in the input stream), otherwise return null.
- readNextChar() - Method in class net.morimekta.strings.io.LineBufferedReader
- ready() - Method in class net.morimekta.strings.io.Utf8StreamReader
- RED - Static variable in class net.morimekta.strings.chr.Color
- replaceNonPrintable(CharSequence, char) - Static method in class net.morimekta.strings.ConsoleUtil
-
Replace non-printable chars in a string with something else.
- RIGHT - Static variable in class net.morimekta.strings.chr.Control
- rightPad(CharSequence, int) - Static method in class net.morimekta.strings.StringUtil
-
Pad the right side of the string until the printed width becomes the desired visible string length.
- RS - Static variable in interface net.morimekta.strings.chr.Char
-
Record Separator.
S
- SNAKE - net.morimekta.strings.NamingUtil.Format
-
Snake case format concatenates lower-cased names with '_',
- SNAKE_UPPER - net.morimekta.strings.NamingUtil.Format
-
Upper case snake case, also called 'screaming snake' case.
- splitNameSource(CharSequence) - Static method in class net.morimekta.strings.NamingUtil
-
Split the input name into name components using a wide variety of naming conventions.
- stream(CharSequence) - Static method in class net.morimekta.strings.chr.CharStream
- Stringable - Interface in net.morimekta.strings
-
A class that can be made into a string.
- StringUtil - Class in net.morimekta.strings
- stripCommonPrefixPath(Collection<String>) - Static method in class net.morimekta.strings.StringUtil
-
Assuming all strings in the path input are '/' separated paths, will find the longest common path prefix (meaning the prefix ends in '/') and remove that prefix from all the input paths.
- stripNonPrintable(CharSequence) - Static method in class net.morimekta.strings.StringUtil
-
Strip string of all non-printable characters.
- STROKE - Static variable in class net.morimekta.strings.chr.Color
- subSequence(int, int) - Method in class net.morimekta.strings.chr.CharSlice
-
Create a substring slice based on the current slice.
- subSlice(int) - Method in class net.morimekta.strings.chr.CharSlice
-
Similar to subSequence, but also handles negative offset, where a negative offset means relative to the end.
- subSlice(int, int) - Method in class net.morimekta.strings.chr.CharSlice
-
Similar to subSequence, but also handles negative offset, where a negative offset means relative to the end.
T
- TAB - Static variable in interface net.morimekta.strings.chr.Char
-
Horizontal Tab.
- TAB_WIDTH - Static variable in class net.morimekta.strings.StringUtil
- toLowerCase(CharSequence) - Static method in class net.morimekta.strings.StringUtil
-
Make the string into lower-case using US locale.
- toString() - Method in class net.morimekta.strings.chr.CharSlice
- toString() - Method in class net.morimekta.strings.chr.Control
- toString() - Method in class net.morimekta.strings.chr.Unicode
- toUpperCase(CharSequence) - Static method in class net.morimekta.strings.StringUtil
-
Make the string into upper-case using US locale.
- toWhitespace(CharSequence) - Static method in class net.morimekta.strings.StringUtil
-
Generates whitespace-only string with the same printable length as the source.
U
- UNDERLINE - Static variable in class net.morimekta.strings.chr.Color
- Unicode - Class in net.morimekta.strings.chr
-
Unicode character representation.
- Unicode(char) - Constructor for class net.morimekta.strings.chr.Unicode
- Unicode(int) - Constructor for class net.morimekta.strings.chr.Unicode
- UNSET_BOLD - Static variable in class net.morimekta.strings.chr.Color
- UNSET_DIM - Static variable in class net.morimekta.strings.chr.Color
- UNSET_HIDDEN - Static variable in class net.morimekta.strings.chr.Color
- UNSET_INVERT - Static variable in class net.morimekta.strings.chr.Color
- UNSET_STROKE - Static variable in class net.morimekta.strings.chr.Color
- UNSET_UNDERLINE - Static variable in class net.morimekta.strings.chr.Color
- UP - Static variable in class net.morimekta.strings.chr.Control
- US - Static variable in interface net.morimekta.strings.chr.Char
-
Unit Separator.
- Utf8StreamReader - Class in net.morimekta.strings.io
-
Similar to java native
InputStreamReader
, but locked to utf-8, and explicitly with no buffering whatsoever. - Utf8StreamReader(InputStream) - Constructor for class net.morimekta.strings.io.Utf8StreamReader
- Utf8StreamReader(InputStream, boolean) - Constructor for class net.morimekta.strings.io.Utf8StreamReader
- Utf8StreamWriter - Class in net.morimekta.strings.io
-
Similar to java native
OutputStreamWriter
, but locked to utf-8, and explicitly with no buffering whatsoever, with one exception only, which is catching surrogate pair chars. - Utf8StreamWriter(OutputStream) - Constructor for class net.morimekta.strings.io.Utf8StreamWriter
- Utf8StreamWriter(OutputStream, boolean) - Constructor for class net.morimekta.strings.io.Utf8StreamWriter
V
- valueOf(String) - Static method in enum net.morimekta.strings.NamingUtil.Format
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.morimekta.strings.NamingUtil.Format
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VT - Static variable in interface net.morimekta.strings.chr.Char
-
Vertical Tab.
W
- WHITE - Static variable in class net.morimekta.strings.chr.Color
- wrap(CharSequence, int) - Static method in class net.morimekta.strings.StringUtil
-
This will attempt to print out the text line wrapped, using the printable width to figure out where to cut each line.
- wrap(CharSequence, CharSequence, CharSequence, int) - Static method in class net.morimekta.strings.StringUtil
-
This will attempt to print out the text line wrapped, using the printable width to figure out where to cut each line.
- write(char[], int, int) - Method in class net.morimekta.strings.io.Utf8StreamWriter
Y
A B C D E F G H I J L M N O P R S T U V W YAll Classes All Packages