Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

add(Integer) - Method in class org.incava.ijdk.lang.IntegerArray
 
add(K, V) - Method in class org.incava.ijdk.util.MultiMap
 
add(long) - Method in class org.incava.ijdk.util.TimedEventSet
 
addAttribute(String, String) - Method in class org.incava.ijdk.util.jar.JarFile
 
addEntry(JarEntry) - Method in class org.incava.ijdk.util.jar.JarFile
 
addExactMatch(Integer) - Method in class org.incava.ijdk.util.ListComparison
 
addFile(File) - Method in class org.incava.ijdk.util.jar.JarFile
 
addFile(File, String) - Method in class org.incava.ijdk.util.jar.JarFile
 
addMisorderedMatch(Integer, Integer) - Method in class org.incava.ijdk.util.ListComparison
 
addOptionSet(OptionSet) - Method in class org.incava.ijdk.util.options.OptionList
 
ALICE_BLUE - Static variable in class org.incava.ijdk.util.X11Colors
 
allContaining(String) - Method in class org.incava.ijdk.collect.StringList
Returns all strings in this list containing the given one.
allEndingWith(String) - Method in class org.incava.ijdk.collect.StringList
Returns all strings in this list ending with the given one.
allStartingWith(String) - Method in class org.incava.ijdk.collect.StringList
Returns all strings in this list starting with the given one.
and(T, T) - Static method in class org.incava.ijdk.lang.ICore
If both parameters evaluate to true (via isTrue), then the second value is returned.
and(T...) - Static method in class org.incava.ijdk.lang.ICore
Returns the last parameter, if all parameters evaluate to true (via isTrue).
ANSI - Class in org.incava.ijdk.util
 
ANSI() - Constructor for class org.incava.ijdk.util.ANSI
 
ANTIQUE_WHITE - Static variable in class org.incava.ijdk.util.X11Colors
 
ANTIQUE_WHITE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
ANTIQUE_WHITE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
ANTIQUE_WHITE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
ANTIQUE_WHITE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
any(Collection<Type>) - Static method in class org.incava.ijdk.util.CollectionExt
Returns whether there are any elements in coll, which can be null.
anyContains(String) - Method in class org.incava.ijdk.collect.StringList
Returns whether any string in this list contains the given one.
anyEndsWith(String) - Method in class org.incava.ijdk.collect.StringList
Returns whether any string in this list ends with the given one.
anyEqualsIgnoreCase(String) - Method in class org.incava.ijdk.collect.StringList
Returns whether any element matches the given one, without regard to case.
anyStartsWith(String) - Method in class org.incava.ijdk.collect.StringList
Returns whether any string in this list starts with the given one.
append(T) - Method in class org.incava.ijdk.collect.Array
Adds the element to the list, similar to java.util.ArrayList#add, and returns the list, so this method can be chained:
append(T) - Method in interface org.incava.ijdk.lang.Sequence
Adds the given element, and returns a sequence, so this method call can be chained into multiple ones.
apply(Integer) - Method in class org.incava.ijdk.collect.IntegerCriteria
 
apply(Closure<Integer, Pair<Integer, Integer>>) - Method in class org.incava.ijdk.collect.IntegerList
Returns the value from the closure applied to all elements, or null if there are no elements in this list.
apply(String) - Method in class org.incava.ijdk.str.Criteria
 
apply(Closure<Integer, Pair<Integer, Integer>>) - Method in class org.incava.ijdk.util.IntegerList
Returns the value from the closure applied to all elements, or null if there are no elements in this list.
AQUAMARINE - Static variable in class org.incava.ijdk.util.X11Colors
 
AQUAMARINE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
AQUAMARINE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
AQUAMARINE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
AQUAMARINE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
areEqual(Object, Object) - Static method in class org.incava.ijdk.lang.ObjectExt
Returns whether the objects are equal, including whether they are both null.
areEqual(Object, Object) - Method in class org.incava.ijdk.util.MultiMapEntry
 
args - Variable in class org.incava.ijdk.util.options.OptionList
 
args() - Method in class org.incava.ijdk.util.options.OptionList
 
Array<T> - Class in org.incava.ijdk.collect
A dynamically-sized collection, wrapping ArrayList.
Array() - Constructor for class org.incava.ijdk.collect.Array
Creates an empty list.
Array(Collection<? extends T>) - Constructor for class org.incava.ijdk.collect.Array
Creates a list from the collection, copying its elements.
Array(T...) - Constructor for class org.incava.ijdk.collect.Array
Creates the list from a varargs array.
ary(T...) - Static method in class org.incava.ijdk.lang.ICore
Converts varargs to T[].
asString(int) - Static method in class org.incava.ijdk.util.ANSI
 
asString(String) - Static method in class org.incava.ijdk.util.ANSI
 
average(int[]) - Static method in class org.incava.ijdk.lang.IntArray
Returns the average of the elements in array, or 0 if null or the number of elements is zero.
AZURE - Static variable in class org.incava.ijdk.util.X11Colors
 
AZURE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
AZURE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
AZURE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
AZURE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 

B

background(int) - Static method in class org.incava.ijdk.util.ANSI
Returns a string for one of the basic colors, as a background color: black: 0 red: 1 green: 2 yellow: 3 blue: 4 magenta: 5 cyan: 6 white: 7
background(int, int, int) - Static method in class org.incava.ijdk.util.ANSI
Returns a string for a background, defined by an RGB value, where red, green, and blue are 0-255.
baseName() - Method in class org.incava.ijdk.lang.Pathname
Returns the base name (same as File#getName()).
BEIGE - Static variable in class org.incava.ijdk.util.X11Colors
 
BISQUE - Static variable in class org.incava.ijdk.util.X11Colors
 
BISQUE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
BISQUE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
BISQUE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
BISQUE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
BLACK - Static variable in class org.incava.ijdk.util.ANSI
 
BLACK - Static variable in class org.incava.ijdk.util.X11Colors
 
BLANCHED_ALMOND - Static variable in class org.incava.ijdk.util.X11Colors
 
BLINK - Static variable in class org.incava.ijdk.util.ANSI
 
block(FromType) - Method in class org.incava.ijdk.util.Collect
Returns the object to add to the collection.
BLUE - Static variable in class org.incava.ijdk.util.ANSI
 
BLUE - Static variable in class org.incava.ijdk.util.X11Colors
 
BLUE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
BLUE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
BLUE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
BLUE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
BLUE_VIOLET - Static variable in class org.incava.ijdk.util.X11Colors
 
BOLD - Static variable in class org.incava.ijdk.util.ANSI
 
Bool - Interface in org.incava.ijdk.lang
Has boolean characteristics, being true, false, or empty.
BooleanArray - Class in org.incava.ijdk.lang
Wraps boolean[] and Boolean[].
BooleanArray() - Constructor for class org.incava.ijdk.lang.BooleanArray
 
BROWN - Static variable in class org.incava.ijdk.util.X11Colors
 
BROWN_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
BROWN_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
BROWN_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
BROWN_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
BURLYWOOD - Static variable in class org.incava.ijdk.util.X11Colors
 
BURLYWOOD_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
BURLYWOOD_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
BURLYWOOD_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
BURLYWOOD_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
ByteArray - Class in org.incava.ijdk.lang
 
ByteArray() - Constructor for class org.incava.ijdk.lang.ByteArray
 

C

CADET_BLUE - Static variable in class org.incava.ijdk.util.X11Colors
 
CADET_BLUE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
CADET_BLUE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
CADET_BLUE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
CADET_BLUE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
CharArray - Class in org.incava.ijdk.lang
 
CharArray() - Constructor for class org.incava.ijdk.lang.CharArray
 
charAt(int) - Method in class org.incava.ijdk.lang.Str
Returns the character at the given index, or null if index is out of range.
charAt(String, int) - Static method in class org.incava.ijdk.lang.StringExt
Returns the character at the given index, or null if index is out of range.
CHARTREUSE - Static variable in class org.incava.ijdk.util.X11Colors
 
CHARTREUSE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
CHARTREUSE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
CHARTREUSE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
CHARTREUSE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
checkOptions(OptionSet) - Method in class org.incava.ijdk.util.options.OptionList
 
checkOptions(OptionList) - Method in interface org.incava.ijdk.util.options.OptionSet
 
children() - Method in class org.incava.ijdk.lang.Pathname
Returns the immediate subelements of this pathname.
CHOCOLATE - Static variable in class org.incava.ijdk.util.X11Colors
 
CHOCOLATE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
CHOCOLATE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
CHOCOLATE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
CHOCOLATE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
chomp() - Method in class org.incava.ijdk.lang.Str
Removes a single end of line character, either \\n or \\r.
chomp(String) - Static method in class org.incava.ijdk.lang.StringExt
Removes a single end of line character, either \\n or \\r.
chompAll() - Method in class org.incava.ijdk.lang.Str
Removes multiple end of line characters, either \\n or \\r.
chompAll(String) - Static method in class org.incava.ijdk.lang.StringExt
Removes multiple end of line characters, either \\n or \\r.
clearMatchList(int, int) - Method in class org.incava.ijdk.util.ListComparator
 
close() - Method in class org.incava.ijdk.util.TimedEvent
 
Closure<ReturnType,ParamType> - Interface in org.incava.ijdk.lang
 
Collect<FromType,ToType> - Class in org.incava.ijdk.util
Collects a collection into a collection.
Collect(Collection<FromType>) - Constructor for class org.incava.ijdk.util.Collect
Creates a new collection, where the condition passes the condition.
Collect(FromType[]) - Constructor for class org.incava.ijdk.util.Collect
Ditto, but for real arrays.
CollectionExt - Class in org.incava.ijdk.util
 
CollectionExt() - Constructor for class org.incava.ijdk.util.CollectionExt
 
CommandLine - Class in org.incava.ijdk.io
 
CommandLine(List<String>) - Constructor for class org.incava.ijdk.io.CommandLine
 
CommandResult - Class in org.incava.ijdk.io
 
CommandResult(int, List<String>) - Constructor for class org.incava.ijdk.io.CommandResult
 
Common - Class in org.incava.ijdk.lang
The most commonly used methods in ijdk, suitable for static import and replete with name collisions.
Common() - Constructor for class org.incava.ijdk.lang.Common
 
Comp - Class in org.incava.ijdk.lang
Extensions to the Comparable interface.
Comp() - Constructor for class org.incava.ijdk.lang.Comp
 
compact() - Method in class org.incava.ijdk.collect.Array
Returns a new list that contains only the non-null elements from this list, in the same order as in this list.
compact() - Method in interface org.incava.ijdk.lang.Sequence
Returns a new sequence that contains only the non-null elements from this sequence, in the same order as in this sequence.
compare(Type, Type) - Static method in class org.incava.ijdk.lang.Comp
Compares the two objects, including testing for null.
compare(A, A) - Static method in class org.incava.ijdk.lang.ObjectExt
Compares the two objects, including testing for null.
compare(T, T) - Method in class org.incava.ijdk.util.DefaultComparator
 
compare(T, T) - Method in class org.incava.ijdk.util.ReverseComparator
Compares o2 to o1.
compareObjects(Object, Object) - Method in class org.incava.ijdk.util.MultiMapEntry
 
compareTo(T) - Method in interface org.incava.ijdk.lang.Comparing
Compares the two objects, including testing for null.
compareTo(T) - Method in class org.incava.ijdk.lang.DefaultComparing
 
compareTo(KeyValue<K, V>) - Method in class org.incava.ijdk.lang.KeyValue
Compares the given object to this one, using their compareTo methods if the key and/or value implement Comparable.
compareTo(Pair<FirstType, SecondType>) - Method in class org.incava.ijdk.lang.Pair
Compares this pair to the other.
compareTo(Range) - Method in class org.incava.ijdk.lang.Range
Compares this range to the other.
compareTo(Str) - Method in class org.incava.ijdk.lang.Str
 
compareTo(Triple<A, B, C>) - Method in class org.incava.ijdk.tuple.Triple
 
compareTo(Map.Entry<K, Collection<V>>) - Method in class org.incava.ijdk.util.MultiMapEntry
 
compareTo(Version) - Method in class org.incava.ijdk.version.Version
Returns the comparison of the given version to this one.
Comparing<T> - Interface in org.incava.ijdk.lang
Extensions to the Comparable interface.
CONCEALED - Static variable in class org.incava.ijdk.util.ANSI
 
contains(int[], int) - Static method in class org.incava.ijdk.lang.IntArray
Returns whether the given value equals any element in the array.
contains(Character) - Method in class org.incava.ijdk.lang.Str
Returns whether the string contains the character.
contains(String, Character) - Static method in class org.incava.ijdk.lang.StringExt
Returns whether the string contains the character.
contains(String) - Static method in class org.incava.ijdk.str.Criteria
Returns true if the string contains the substring.
contains(Collection<Type>, Type) - Static method in class org.incava.ijdk.util.CollectionExt
Returns whether the collection (if not null) contains the given value.
containsAny(Collection<T>) - Method in class org.incava.ijdk.collect.Array
Returns whether this list contains any element in the given collection.
containsAny(T...) - Method in class org.incava.ijdk.collect.Array
Returns whether this list contains any element in the given array.
CORAL - Static variable in class org.incava.ijdk.util.X11Colors
 
CORAL_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
CORAL_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
CORAL_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
CORAL_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
CORNFLOWER_BLUE - Static variable in class org.incava.ijdk.util.X11Colors
 
CORNSILK - Static variable in class org.incava.ijdk.util.X11Colors
 
CORNSILK_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
CORNSILK_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
CORNSILK_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
CORNSILK_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
count(int) - Static method in class org.incava.ijdk.collect.Iterate
Returns an iterator to be executed num times.
create(X, Y) - Static method in class org.incava.ijdk.lang.NCPair
 
create(T...) - Static method in class org.incava.ijdk.util.ListExt
Returns a list (an ArrayList) initialized with the given elements.
Criteria<T> - Class in org.incava.ijdk.str
 
Criteria() - Constructor for class org.incava.ijdk.str.Criteria
 
current() - Method in class org.incava.ijdk.util.options.OptionList
 
currentAsInteger() - Method in class org.incava.ijdk.util.options.OptionList
 
CYAN - Static variable in class org.incava.ijdk.util.ANSI
 
CYAN - Static variable in class org.incava.ijdk.util.X11Colors
 
CYAN_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
CYAN_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
CYAN_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
CYAN_4 - Static variable in class org.incava.ijdk.util.X11Colors
 

D

DARK_BLUE - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_CYAN - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_GOLDENROD - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_GOLDENROD_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_GOLDENROD_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_GOLDENROD_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_GOLDENROD_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_GRAY - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_GREEN - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_GREY - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_KHAKI - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_MAGENTA - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_OLIVE_GREEN - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_OLIVE_GREEN_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_OLIVE_GREEN_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_OLIVE_GREEN_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_OLIVE_GREEN_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_ORANGE - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_ORANGE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_ORANGE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_ORANGE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_ORANGE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_ORCHID - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_ORCHID_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_ORCHID_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_ORCHID_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_ORCHID_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_RED - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_SALMON - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_SEA_GREEN - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_SEA_GREEN_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_SEA_GREEN_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_SEA_GREEN_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_SEA_GREEN_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_SLATE_BLUE - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_SLATE_GRAY - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_SLATE_GRAY_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_SLATE_GRAY_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_SLATE_GRAY_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_SLATE_GRAY_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_SLATE_GREY - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_TURQUOISE - Static variable in class org.incava.ijdk.util.X11Colors
 
DARK_VIOLET - Static variable in class org.incava.ijdk.util.X11Colors
 
DEBIAN_RED - Static variable in class org.incava.ijdk.util.X11Colors
 
DEEP_PINK - Static variable in class org.incava.ijdk.util.X11Colors
 
DEEP_PINK_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
DEEP_PINK_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
DEEP_PINK_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
DEEP_PINK_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
DEEP_SKY_BLUE - Static variable in class org.incava.ijdk.util.X11Colors
 
DEEP_SKY_BLUE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
DEEP_SKY_BLUE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
DEEP_SKY_BLUE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
DEEP_SKY_BLUE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
DefaultComparator<T> - Class in org.incava.ijdk.util
Provides a default implementation for a Comparator.
DefaultComparator(Class<?>) - Constructor for class org.incava.ijdk.util.DefaultComparator
 
DefaultComparator() - Constructor for class org.incava.ijdk.util.DefaultComparator
 
DefaultComparing<T extends java.lang.Comparable<T>> - Class in org.incava.ijdk.lang
A class that implements Comparing, handling null as the object wrapped and used in the compareTo method.
DefaultComparing(T) - Constructor for class org.incava.ijdk.lang.DefaultComparing
 
DIM_GRAY - Static variable in class org.incava.ijdk.util.X11Colors
 
DIM_GREY - Static variable in class org.incava.ijdk.util.X11Colors
 
doCompare(T, T) - Method in class org.incava.ijdk.util.DefaultComparator
 
DODGER_BLUE - Static variable in class org.incava.ijdk.util.X11Colors
 
DODGER_BLUE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
DODGER_BLUE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
DODGER_BLUE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
DODGER_BLUE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
DoubleArray - Class in org.incava.ijdk.lang
 
DoubleArray() - Constructor for class org.incava.ijdk.lang.DoubleArray
 
duration - Variable in class org.incava.ijdk.util.TimedEvent
 
duration - Variable in class org.incava.ijdk.util.TimedEventSet
 

E

each(T[]) - Static method in class org.incava.ijdk.collect.Iterate
An iterator that has a value (it.value()) and an index (it.index()).
each(Iterable<T>) - Static method in class org.incava.ijdk.collect.Iterate
An iterator that has a value (it.value()) and an index (it.index()).
effect(int) - Static method in class org.incava.ijdk.util.ANSI
Returns a string for an effect: none: 0 reset: 0 bold: 1 underscore: 4 underline: 4 blink: 5 reverse: 7 concealed: 8
elements(int...) - Method in class org.incava.ijdk.collect.Array
Returns a list of the elements at the given indices.
elementToPattern(String) - Static method in class org.incava.ijdk.lang.PathnameGlob
Converts an element within a glob, to a pattern.
elvis(T, T) - Static method in class org.incava.ijdk.lang.ICore
An alias for the or method.
empty() - Static method in class org.incava.ijdk.collect.Array
Creates an empty list from the given array.
empty() - Static method in class org.incava.ijdk.collect.Hash
Creates an empty hash map.
empty() - Static method in class org.incava.ijdk.collect.IntegerList
Creates an empty IntegerList.
empty() - Static method in class org.incava.ijdk.collect.SortedMap
Creates an empty tree map.
empty() - Static method in class org.incava.ijdk.collect.StringList
Creates an empty StringList.
EmptyIterable<E> - Class in org.incava.ijdk.util
An iterable that has nothing over which to iterate.
EmptyIterable() - Constructor for class org.incava.ijdk.util.EmptyIterable
 
EmptyIterator<E> - Class in org.incava.ijdk.util
An iterator that has nothing over which to iterate.
EmptyIterator() - Constructor for class org.incava.ijdk.util.EmptyIterator
 
end() - Method in class org.incava.ijdk.util.TimedEvent
 
endsWith(char) - Method in class org.incava.ijdk.lang.Str
Returns whether the wrapped string ends with the character ch.
endsWith(String) - Method in class org.incava.ijdk.lang.Str
Returns whether the wrapped string ends with the string str.
endsWith(String) - Static method in class org.incava.ijdk.str.Criteria
Returns true if the string ends with the substring.
entries() - Method in class org.incava.ijdk.collect.Hash
Returns the entries, the same as entrySet.
entries() - Method in class org.incava.ijdk.collect.SortedMap
Returns the entries, the same as entrySet.
entrySet() - Method in class org.incava.ijdk.util.MultiMap
 
EOLN - Static variable in class org.incava.ijdk.io.IO
The end-of-line character/sequence for this OS.
eq(String) - Method in class org.incava.ijdk.lang.Str
Returns whether the wrapped string is equal to the other.
eq(String, String) - Static method in class org.incava.ijdk.lang.StringExt
Returns whether the two strings are equal.
eqi(String) - Method in class org.incava.ijdk.lang.Str
Returns whether the wrapped string is equal to the other, without regard to case.
eqi(String, String) - Static method in class org.incava.ijdk.lang.StringExt
Returns whether the two strings are equal, without regard to case.
equal(Object, Object) - Static method in class org.incava.ijdk.lang.ObjectExt
Returns whether the objects are equal, including whether they are both null.
equals(Object) - Method in class org.incava.ijdk.lang.KeyValue
Returns if obj equals this one.
equals(Object) - Method in class org.incava.ijdk.lang.NCPair
 
equals(Object) - Method in class org.incava.ijdk.lang.Obj
Returns whether the other object is equal to the wrapped object, including whether they are both null.
equals(Object) - Method in class org.incava.ijdk.lang.Pair
Compares this pair to the object, which should be of type Pair, or otherwise false is returned.
equals(Object) - Method in class org.incava.ijdk.lang.Range
Returns whether this range equals the other.
equals(String) - Method in class org.incava.ijdk.lang.Str
Returns whether the given string is equal to this one.
equals(Object) - Method in class org.incava.ijdk.lang.Str
Returns whether the given string is equal to this one.
equals(String) - Static method in class org.incava.ijdk.str.Criteria
Returns true if an element equals the given string.
equals(T, T) - Method in class org.incava.ijdk.util.DefaultComparator
 
equals(Object) - Method in class org.incava.ijdk.util.MultiMapEntry
 
equals(T, T) - Method in class org.incava.ijdk.util.ReverseComparator
Returns o1.equals(o2).
equals(Object) - Method in class org.incava.ijdk.version.Version
Returns whether the given object is equal to this one.
equalsIgnoreCase(String) - Static method in class org.incava.ijdk.str.Criteria
Returns true if an element equals the given string, without regard to case.
execute(Integer) - Method in class org.incava.ijdk.collect.IntegerCriteria
 
execute(boolean) - Method in class org.incava.ijdk.io.CommandLine
 
execute(List<String>) - Static method in class org.incava.ijdk.io.Shell
 
execute(ParamType) - Method in interface org.incava.ijdk.lang.Closure
 
execute(String) - Method in class org.incava.ijdk.str.Criteria
 
expandPath() - Method in class org.incava.ijdk.lang.Pathname
Returns the path, fully expanded, i.e., resolved within the file system.
extension() - Method in class org.incava.ijdk.lang.Pathname
Returns the extension, the segment trailing the final dot, or null if there is no dot in the basename.

F

fetch(K, V) - Method in class org.incava.ijdk.collect.Hash
Returns the value for the given entry.
fetch(K) - Method in class org.incava.ijdk.collect.Hash
Returns the value for the given entry.
fetch(K, V) - Method in class org.incava.ijdk.collect.SortedMap
Returns the value for the given entry.
fetch(K) - Method in class org.incava.ijdk.collect.SortedMap
Returns the value for the given entry.
file() - Method in class org.incava.ijdk.lang.Pathname
 
FileExt - Class in org.incava.ijdk.io
 
FileExt() - Constructor for class org.incava.ijdk.io.FileExt
 
Find - Class in org.incava.ijdk.io
Support for find(1)-like behavior.
Find() - Constructor for class org.incava.ijdk.io.Find
 
find(String) - Method in class org.incava.ijdk.io.FSDirectory
Returns a list of files, with directories processed recursively, collecting files with the suffix of suffix (or all files if suffix is null.
findAll(Closure<Boolean, String>) - Method in class org.incava.ijdk.collect.StringList
Returns all strings in the list for which the closure returns true.
findAll() - Static method in class org.incava.ijdk.lang.Pathname
 
findFirst(Closure<Boolean, String>) - Method in class org.incava.ijdk.collect.StringList
Returns the first string in the list for which the closure returns true.
findLatest() - Method in class org.incava.ijdk.version.Versions
Returns the latest Version.
findThrough(Version) - Method in class org.incava.ijdk.version.Versions
Returns the latest Version up through version.
findUpTo(Version) - Method in class org.incava.ijdk.version.Versions
Returns the latest Version up to, but not through, version.
FIREBRICK - Static variable in class org.incava.ijdk.util.X11Colors
 
FIREBRICK_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
FIREBRICK_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
FIREBRICK_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
FIREBRICK_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
first() - Method in class org.incava.ijdk.collect.Array
Returns the first element in the list, or null if the list is empty.
first() - Method in class org.incava.ijdk.lang.Pair
Returns the first element, with a shorter method name than getFirst.
first() - Method in class org.incava.ijdk.lang.Range
 
first() - Method in interface org.incava.ijdk.lang.Sequence
Returns the first element in the sequence.
first() - Method in class org.incava.ijdk.lang.Str
Returns the first character in the string, or null if the string is null or empty.
first() - Method in class org.incava.ijdk.tuple.Pair
 
first(List<T>) - Static method in class org.incava.ijdk.util.ListExt
Returns the first element in the list.
FloatArray - Class in org.incava.ijdk.lang
 
FloatArray() - Constructor for class org.incava.ijdk.lang.FloatArray
 
FLORAL_WHITE - Static variable in class org.incava.ijdk.util.X11Colors
 
foreground(int) - Static method in class org.incava.ijdk.util.ANSI
Returns a string for one of the basic colors, as a foreground (text) color: black: 0 red: 1 green: 2 yellow: 3 blue: 4 magenta: 5 cyan: 6 white: 7
foreground(int, int, int) - Static method in class org.incava.ijdk.util.ANSI
Returns a string for a foreground, defined by an RGB value, where red, green, and blue are 0-255.
FOREST_GREEN - Static variable in class org.incava.ijdk.util.X11Colors
 
FSDirectory - Class in org.incava.ijdk.io
A directory within a file system.
FSDirectory(String) - Constructor for class org.incava.ijdk.io.FSDirectory
 

G

GAINSBORO - Static variable in class org.incava.ijdk.util.X11Colors
 
get(int) - Method in class org.incava.ijdk.collect.Array
Returns the nth element in the list.
get(int, int) - Method in class org.incava.ijdk.collect.Array
Returns a Array containing the mth element through the nth element in the list, both inclusive.
get(Integer) - Method in class org.incava.ijdk.lang.IntegerArray
 
get() - Method in class org.incava.ijdk.lang.Obj
Returns the wrapped object.
get(int) - Method in class org.incava.ijdk.lang.Str
An alias for Str#charAt.
get(Integer, Integer) - Method in class org.incava.ijdk.lang.Str
Same as String#substring, but with the indices inclusive, like the Ruby syntax str[4 ..
get(String, int) - Static method in class org.incava.ijdk.lang.StringExt
An alias for StringExt#charAt.
get(String, Integer, Integer) - Static method in class org.incava.ijdk.lang.StringExt
Same as StringExt#substring, but with the indices inclusive, like the Ruby syntax str[4 ..
get(Integer) - Method in class org.incava.ijdk.util.Indexable
Converts index, which can be positive or negative, to an offset within the given size, representing the length of a list (including strings).
get(List<T>, int) - Static method in class org.incava.ijdk.util.ListExt
Returns the nth element in the list, where n can be negative, to index from the end of the list.
getBlue() - Method in class org.incava.ijdk.util.RGB
 
getBoolean(String) - Static method in class org.incava.ijdk.util.PropertyExt
Returns the boolean value of the property, or null if it does not exist.
getBuild() - Method in class org.incava.ijdk.version.Version
 
getCollection() - Method in class org.incava.ijdk.util.MultiMap
 
getComparison() - Method in class org.incava.ijdk.util.ListComparator
 
getExactMatches() - Method in class org.incava.ijdk.util.ListComparison
 
getExitStatus() - Method in class org.incava.ijdk.io.CommandResult
 
getFile() - Method in class org.incava.ijdk.util.jar.JarEntry
 
getFileList(List<String>, String, String) - Static method in class org.incava.ijdk.io.Find
Passes back a list of files.
getFileList(String[], String) - Static method in class org.incava.ijdk.io.Find
Returns an array of files, collected from the names list.
getFirst() - Method in class org.incava.ijdk.lang.NCPair
 
getFirst() - Method in class org.incava.ijdk.lang.Pair
Returns the first element.
getFirst() - Method in class org.incava.ijdk.lang.Range
 
getFirst() - Method in class org.incava.ijdk.tuple.Pair
 
getGreen() - Method in class org.incava.ijdk.util.RGB
 
getIndex(Integer) - Method in class org.incava.ijdk.lang.Str
Converts the index, which can be positive or negative, to one within range for this string.
getIndex(Integer, Integer) - Static method in class org.incava.ijdk.util.Index
Converts index, which can be positive or negative, to an offset within the given size, representing the length of a list (including strings).
getIndex(Integer, Integer) - Static method in class org.incava.ijdk.util.ListExt
Converts the index, which can be positive or negative, to one within the given size, representing the length of a list.
getInt(int, int) - Method in class org.incava.ijdk.lang.IntArray
 
getInt(int) - Method in class org.incava.ijdk.lang.IntArray
 
getInteger(String) - Static method in class org.incava.ijdk.util.PropertyExt
Returns the integer value of the property, or null if it does not exist.
getKey() - Method in class org.incava.ijdk.lang.KeyValue
Returns the key.
getKey() - Method in class org.incava.ijdk.util.MultiMapEntry
 
getLast() - Method in class org.incava.ijdk.lang.Range
Returns the last number of the range.
getLines() - Method in class org.incava.ijdk.io.CommandResult
 
getListMatch(int) - Method in class org.incava.ijdk.util.ListComparator
 
getMajor() - Method in class org.incava.ijdk.version.Version
 
getMinor() - Method in class org.incava.ijdk.version.Version
 
getMisorderedMatches() - Method in class org.incava.ijdk.util.ListComparison
 
getName() - Method in class org.incava.ijdk.util.jar.JarEntry
 
getPatch() - Method in class org.incava.ijdk.version.Version
 
getRandomElement() - Method in class org.incava.ijdk.collect.Array
Returns a random element from the list, or null if the list is empty.
getRandomElement(List<Type>) - Static method in class org.incava.ijdk.util.ListExt
Returns a random element from the list, or null if the list is null or empty.
getRed() - Method in class org.incava.ijdk.util.RGB
 
getRevision() - Method in class org.incava.ijdk.version.Version
 
getSecond() - Method in class org.incava.ijdk.lang.NCPair
 
getSecond() - Method in class org.incava.ijdk.lang.Pair
Returns the second element.
getSecond() - Method in class org.incava.ijdk.tuple.Pair
 
getStackTraceString() - Method in class org.incava.ijdk.lang.Thrw
Returns the stack trace as a string.
getString() - Method in class org.incava.ijdk.lang.Str
Returns the wrapped string.
getThird() - Method in class org.incava.ijdk.tuple.Triple
 
getValue() - Method in class org.incava.ijdk.lang.KeyValue
Returns the value.
getValue() - Method in class org.incava.ijdk.util.MultiMapEntry
 
GHOST_WHITE - Static variable in class org.incava.ijdk.util.X11Colors
 
glob(String) - Static method in class org.incava.ijdk.lang.Pathname
 
GOLD - Static variable in class org.incava.ijdk.util.X11Colors
 
GOLD_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
GOLD_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
GOLD_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
GOLD_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
GOLDENROD - Static variable in class org.incava.ijdk.util.X11Colors
 
GOLDENROD_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
GOLDENROD_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
GOLDENROD_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
GOLDENROD_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_0 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_10 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_100 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_11 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_12 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_13 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_14 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_15 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_16 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_17 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_18 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_19 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_20 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_21 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_22 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_23 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_24 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_25 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_26 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_27 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_28 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_29 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_30 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_31 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_32 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_33 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_34 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_35 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_36 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_37 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_38 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_39 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_40 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_41 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_42 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_43 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_44 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_45 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_46 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_47 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_48 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_49 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_5 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_50 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_51 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_52 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_53 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_54 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_55 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_56 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_57 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_58 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_59 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_6 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_60 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_61 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_62 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_63 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_64 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_65 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_66 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_67 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_68 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_69 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_7 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_70 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_71 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_72 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_73 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_74 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_75 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_76 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_77 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_78 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_79 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_8 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_80 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_81 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_82 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_83 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_84 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_85 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_86 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_87 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_88 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_89 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_9 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_90 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_91 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_92 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_93 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_94 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_95 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_96 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_97 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_98 - Static variable in class org.incava.ijdk.util.X11Colors
 
GRAY_99 - Static variable in class org.incava.ijdk.util.X11Colors
 
greaterThan(Type, Type) - Static method in class org.incava.ijdk.lang.Comp
Returns whether x is greater than y.
GREEN - Static variable in class org.incava.ijdk.util.ANSI
 
GREEN - Static variable in class org.incava.ijdk.util.X11Colors
 
GREEN_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREEN_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREEN_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREEN_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREEN_YELLOW - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_0 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_10 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_100 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_11 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_12 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_13 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_14 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_15 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_16 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_17 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_18 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_19 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_20 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_21 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_22 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_23 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_24 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_25 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_26 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_27 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_28 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_29 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_30 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_31 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_32 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_33 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_34 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_35 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_36 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_37 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_38 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_39 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_40 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_41 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_42 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_43 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_44 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_45 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_46 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_47 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_48 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_49 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_5 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_50 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_51 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_52 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_53 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_54 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_55 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_56 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_57 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_58 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_59 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_6 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_60 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_61 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_62 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_63 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_64 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_65 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_66 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_67 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_68 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_69 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_7 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_70 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_71 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_72 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_73 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_74 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_75 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_76 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_77 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_78 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_79 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_8 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_80 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_81 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_82 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_83 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_84 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_85 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_86 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_87 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_88 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_89 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_9 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_90 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_91 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_92 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_93 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_94 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_95 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_96 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_97 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_98 - Static variable in class org.incava.ijdk.util.X11Colors
 
GREY_99 - Static variable in class org.incava.ijdk.util.X11Colors
 
gt(Type, Type) - Static method in class org.incava.ijdk.lang.Comp
Returns whether x is greater than y.
gt(T) - Method in interface org.incava.ijdk.lang.Comparing
Returns whether x is greater than y.
gt(T) - Method in class org.incava.ijdk.lang.DefaultComparing
 
gt(Str) - Method in class org.incava.ijdk.lang.Str
Returns whether the wrapped string is greater than that of the other.
gt(Version) - Method in class org.incava.ijdk.version.Version
 
gte(Type, Type) - Static method in class org.incava.ijdk.lang.Comp
Returns whether x is greater than or equal to y.
gte(T) - Method in interface org.incava.ijdk.lang.Comparing
Returns whether x is greater than or equal to y.
gte(T) - Method in class org.incava.ijdk.lang.DefaultComparing
 
gte(Str) - Method in class org.incava.ijdk.lang.Str
Returns whether the wrapped string is greater than or equal to that of the other.
gte(Version) - Method in class org.incava.ijdk.version.Version
 

H

handleReadException(IOException, EnumSet<ReadOptionType>) - Static method in class org.incava.ijdk.io.IOExceptionHandler
 
handleWriteException(IOException, EnumSet<WriteOptionType>) - Static method in class org.incava.ijdk.io.IOExceptionHandler
 
hasAll(Collection<Type>, Collection<Type>) - Static method in class org.incava.ijdk.util.CollectionExt
Returns whether all elements in tgt are in src.
hasAny(Collection<Type>, Collection<Type>) - Static method in class org.incava.ijdk.util.CollectionExt
Returns whether any element in tgt is in src.
Hash<K,V> - Class in org.incava.ijdk.collect
A mapping from keys, via hashCode to values.
Hash(List<Pair<K, V>>) - Constructor for class org.incava.ijdk.collect.Hash
Creates a map from a list of pairs.
Hash(Map<K, V>) - Constructor for class org.incava.ijdk.collect.Hash
Creates a IJDK map from a JDK one.
Hash() - Constructor for class org.incava.ijdk.collect.Hash
Creates an empty IJDK map.
hashCode() - Method in class org.incava.ijdk.lang.KeyValue
Returns the hash code for the key/value pair.
hashCode() - Method in class org.incava.ijdk.lang.NCPair
 
hashCode() - Method in class org.incava.ijdk.lang.Obj
Returns the hash code of the wrapped object.
hashCode() - Method in class org.incava.ijdk.lang.Pair
Returns a hash code for the pair.
hashCode() - Method in class org.incava.ijdk.lang.Range
Returns the hashCode for this range.
hashCode() - Method in class org.incava.ijdk.lang.Str
 
hashCode() - Method in class org.incava.ijdk.util.MultiMapEntry
 
hashCode() - Method in class org.incava.ijdk.version.Version
 
hasMatch(Closure<Boolean, String>) - Method in class org.incava.ijdk.collect.StringList
Returns whether the given criteria matches any element in the list.
hasNext() - Method in class org.incava.ijdk.collect.ItIterator
 
hasNext() - Method in class org.incava.ijdk.util.EmptyIterator
 
hasNext() - Method in class org.incava.ijdk.util.NumIterator
 
HONEYDEW - Static variable in class org.incava.ijdk.util.X11Colors
 
HONEYDEW_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
HONEYDEW_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
HONEYDEW_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
HONEYDEW_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
HOT_PINK - Static variable in class org.incava.ijdk.util.X11Colors
 
HOT_PINK_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
HOT_PINK_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
HOT_PINK_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
HOT_PINK_4 - Static variable in class org.incava.ijdk.util.X11Colors
 

I

ICore - Class in org.incava.ijdk.lang
 
ICore() - Constructor for class org.incava.ijdk.lang.ICore
 
includes(Integer) - Method in class org.incava.ijdk.lang.Range
Returns whether the given number is within the range, or is either the first or last value.
index() - Method in class org.incava.ijdk.collect.It
 
index() - Method in class org.incava.ijdk.collect.ItIterator
 
Index - Class in org.incava.ijdk.util
Wraps index calculations similar to Ruby, where index -2 means the next-to-last element in a list.
Index() - Constructor for class org.incava.ijdk.util.Index
 
Indexable - Class in org.incava.ijdk.util
Wraps index calculations of a sequence similar to Ruby, where index -2 means the next-to-last element in a list.
Indexable(Integer) - Constructor for class org.incava.ijdk.util.Indexable
Creates an instance.
indexOf(Character) - Method in class org.incava.ijdk.lang.Str
Returns the index of the first occurance of the character in the string, or null if either str or ch is null, or if the character is not in the string.
indexOf(String, Character) - Static method in class org.incava.ijdk.lang.StringExt
Returns the index of the first occurance of the character in the string, or null if either str or ch is null, or if the character is not in the string.
INDIAN_RED - Static variable in class org.incava.ijdk.util.X11Colors
 
INDIAN_RED_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
INDIAN_RED_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
INDIAN_RED_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
INDIAN_RED_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
InputStreamExt - Class in org.incava.ijdk.io
 
InputStreamExt() - Constructor for class org.incava.ijdk.io.InputStreamExt
 
Int - Class in org.incava.ijdk.lang
Extensions to Integer, wrapping a possibly-null Integer with better null checking.
Int(String) - Constructor for class org.incava.ijdk.lang.Int
Converts the given string to an integer, if it is a valid integer.
Int(Integer) - Constructor for class org.incava.ijdk.lang.Int
Wraps the given integer, which can be null.
IntArray - Class in org.incava.ijdk.lang
Utilities for int[].
IntArray() - Constructor for class org.incava.ijdk.lang.IntArray
 
integer() - Method in class org.incava.ijdk.lang.Int
Returns the wrapped integer.
IntegerArray - Class in org.incava.ijdk.lang
An array that allows insertion at any point, not within the set size.
IntegerArray() - Constructor for class org.incava.ijdk.lang.IntegerArray
 
IntegerClosures - Class in org.incava.ijdk.collect
 
IntegerClosures() - Constructor for class org.incava.ijdk.collect.IntegerClosures
 
IntegerCriteria<T> - Class in org.incava.ijdk.collect
 
IntegerCriteria() - Constructor for class org.incava.ijdk.collect.IntegerCriteria
 
IntegerList - Class in org.incava.ijdk.collect
 
IntegerList() - Constructor for class org.incava.ijdk.collect.IntegerList
Creates an empty IntegerList.
IntegerList(Collection<Integer>) - Constructor for class org.incava.ijdk.collect.IntegerList
Creates a IntegerList from the given collection.
IntegerList(Integer...) - Constructor for class org.incava.ijdk.collect.IntegerList
Creates a IntegerList from the given array.
IntegerList - Class in org.incava.ijdk.util
 
IntegerList() - Constructor for class org.incava.ijdk.util.IntegerList
Creates an empty IntegerList.
IntegerList(Collection<Integer>) - Constructor for class org.incava.ijdk.util.IntegerList
Creates a IntegerList from the given collection.
IntegerList(Integer...) - Constructor for class org.incava.ijdk.util.IntegerList
Creates a IntegerList from the given array.
intersection(Array<T>) - Method in class org.incava.ijdk.collect.Array
Returns a list of elements in both this array and the other.
intersection(Collection<Type>, Collection<Type>) - Static method in class org.incava.ijdk.util.CollectionExt
Returns a list of the elements in common.
intersection(Collection<Type>...) - Static method in class org.incava.ijdk.util.CollectionExt
Returns a list of the elements in common.
intlist(Integer...) - Static method in class org.incava.ijdk.lang.ICore
Returns an integer list, which can be empty.
IO - Class in org.incava.ijdk.io
 
IO() - Constructor for class org.incava.ijdk.io.IO
 
IOExceptionHandler - Class in org.incava.ijdk.io
Handles IO exceptions, by return null or empty arrays, or by throwing an exception.
IOExceptionHandler() - Constructor for class org.incava.ijdk.io.IOExceptionHandler
 
IORuntimeException - Exception in org.incava.ijdk.io
Wraps IO exceptions with RuntimeExceptions, so they don't have to be declares in throws clauses.
IORuntimeException(IOException) - Constructor for exception org.incava.ijdk.io.IORuntimeException
 
IORuntimeException(String, IOException) - Constructor for exception org.incava.ijdk.io.IORuntimeException
 
isEmpty() - Method in interface org.incava.ijdk.lang.Bool
Returns whether the object is empty, which may be the same as being false.
isEmpty(Object) - Static method in class org.incava.ijdk.lang.ICore
Returns whether the object is null or is a string or collection of zero length.
isEmpty(String) - Static method in class org.incava.ijdk.lang.ICore
Returns whether the string is null or of zero length.
isEmpty() - Method in class org.incava.ijdk.lang.Obj
Returns whether the wrapped object is null or is a string or collection of zero length.
isEmpty(Object) - Static method in class org.incava.ijdk.lang.ObjectExt
Returns whether the object is null or is a string or collection of zero length.
isEmpty() - Method in class org.incava.ijdk.lang.Str
Returns whether the wrapped string is null or of zero length.
isEmpty(String) - Static method in class org.incava.ijdk.lang.StringExt
Returns whether the string is null or of zero length.
isFalse() - Method in interface org.incava.ijdk.lang.Bool
Returns whether the object is not true.
isFalse(Object) - Static method in class org.incava.ijdk.lang.ICore
Returns whether the object is null or is a string or collection of zero length.
isFalse(Object...) - Static method in class org.incava.ijdk.lang.ICore
Returns whether the array is not null and is not of zero length.
isFalse() - Method in class org.incava.ijdk.lang.Obj
Returns whether the wrapped object is null or is a string or collection of zero length.
isFalse(Object) - Static method in class org.incava.ijdk.lang.ObjectExt
Returns whether the object is null or is a string or collection of zero length.
isNotNull(Object) - Static method in class org.incava.ijdk.lang.ICore
Returns whether the object is not null.
isNotNull() - Method in class org.incava.ijdk.lang.Obj
Returns whether the wrapped object is not null.
isNotNull(Object) - Static method in class org.incava.ijdk.lang.ObjectExt
Returns whether the object is not null.
isNull(Object) - Static method in class org.incava.ijdk.lang.ICore
Returns whether the object is null.
isNull() - Method in class org.incava.ijdk.lang.Obj
Returns whether the wrapped object is null.
isNull(Object) - Static method in class org.incava.ijdk.lang.ObjectExt
Returns whether the object is null.
isTrue() - Method in interface org.incava.ijdk.lang.Bool
Returns whether the object is true.
isTrue(Object) - Static method in class org.incava.ijdk.lang.ICore
Returns whether the object is non-null and, if it is a collection or a string, has a length greater than zero.
isTrue(Object...) - Static method in class org.incava.ijdk.lang.ICore
Returns whether the array is not null and is not of zero length.
isTrue() - Method in class org.incava.ijdk.lang.Obj
Returns whether the wrapped object is non-null and, if it is a collection or a string, has a length greater than zero.
isTrue(Object) - Static method in class org.incava.ijdk.lang.ObjectExt
Returns whether the object is non-null and, if it is a collection or a string, has a length greater than zero.
isWithin(int, int, int) - Static method in class org.incava.ijdk.lang.MathExt
Returns whether the value is between the lower and upper bound, inclusive.
It<T> - Class in org.incava.ijdk.collect
An iterator that has a value and an index.
It(T, int) - Constructor for class org.incava.ijdk.collect.It
 
iter(T[]) - Static method in class org.incava.ijdk.lang.ICore
Returns an Iterable (iterator) for the C-style array, which can be null.
iter(Iterable<T>) - Static method in class org.incava.ijdk.lang.ICore
Returns an Iterable (iterator) for the collection, which can be null.
iter(int) - Static method in class org.incava.ijdk.lang.ICore
Returns an iterator to be executed num times.
Iterate - Class in org.incava.ijdk.collect
Creates various types of Iterators, all of which are null safe (they can accept a null input).
Iterate() - Constructor for class org.incava.ijdk.collect.Iterate
 
iterator() - Method in class org.incava.ijdk.collect.Hash
Returns an iterator over the entries, so this map can be used as an iterable in a for-each block:
iterator() - Method in class org.incava.ijdk.collect.ItIterable
 
iterator() - Method in class org.incava.ijdk.collect.SortedMap
Returns an iterator over the entries, so this map can be used as an iterable in a for-each block:
iterator() - Method in class org.incava.ijdk.lang.Range
Returns an iterator for the range.
iterator() - Method in class org.incava.ijdk.util.EmptyIterable
 
iterator() - Method in class org.incava.ijdk.util.NumIterable
 
ItIterable<T> - Class in org.incava.ijdk.collect
An iterator that has a value and an index.
ItIterable(Iterable<T>) - Constructor for class org.incava.ijdk.collect.ItIterable
 
ItIterator<T> - Class in org.incava.ijdk.collect
 
ItIterator(Iterable<T>) - Constructor for class org.incava.ijdk.collect.ItIterator
 
IUtil - Class in org.incava.ijdk.util
This class exists for legacy reasons -- compatibility with older versions of IJDK, and its code has been moved to the more accurate ICore, in the IJDK lang package.
IUtil() - Constructor for class org.incava.ijdk.util.IUtil
 
IVORY - Static variable in class org.incava.ijdk.util.X11Colors
 
IVORY_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
IVORY_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
IVORY_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
IVORY_4 - Static variable in class org.incava.ijdk.util.X11Colors
 

J

JarEntry - Class in org.incava.ijdk.util.jar
 
JarEntry(File, String) - Constructor for class org.incava.ijdk.util.jar.JarEntry
 
JarEntry(File) - Constructor for class org.incava.ijdk.util.jar.JarEntry
 
JarFile - Class in org.incava.ijdk.util.jar
 
JarFile(String, JarEntry...) - Constructor for class org.incava.ijdk.util.jar.JarFile
 
join(String) - Method in class org.incava.ijdk.collect.Array
Returns the list as a String, joined by the delimiter.
join(String) - Method in interface org.incava.ijdk.lang.Sequence
Returns the sequence as a String, joined by the delimiter.
join(Collection<?>, String) - Static method in class org.incava.ijdk.lang.Str
Creates a string from the collection, joined by delim.
join(Object[], String) - Static method in class org.incava.ijdk.lang.Str
Creates a string from the array, joined by delim.
join(Collection<?>, String) - Static method in class org.incava.ijdk.lang.StringExt
Returns the collection, joined by delim.
join(Object[], String) - Static method in class org.incava.ijdk.lang.StringExt
Returns the array, joined by str.

K

key() - Method in class org.incava.ijdk.lang.KeyValue
Returns the key.
keys() - Method in class org.incava.ijdk.collect.Hash
Returns the keys, the same as keySet.
keys() - Method in class org.incava.ijdk.collect.SortedMap
Returns the keys, the same as keySet.
keyValue(String, Object) - Static method in class org.incava.ijdk.lang.Common
Returns a string in the form "key: value", where the string for value is via toString(value).
KeyValue<K,V> - Class in org.incava.ijdk.lang
Otherwise known as a Pair.
KeyValue(K, V) - Constructor for class org.incava.ijdk.lang.KeyValue
Constructs a KeyValue.
KHAKI - Static variable in class org.incava.ijdk.util.X11Colors
 
KHAKI_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
KHAKI_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
KHAKI_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
KHAKI_4 - Static variable in class org.incava.ijdk.util.X11Colors
 

L

last() - Method in class org.incava.ijdk.collect.Array
Returns the last element in the list, or null if the list is empty.
last() - Method in class org.incava.ijdk.lang.Range
Returns the last number of the range.
last() - Method in interface org.incava.ijdk.lang.Sequence
Returns the last element in the sequence.
last() - Method in class org.incava.ijdk.lang.Str
Returns the first character in the string, or null if the string is null or empty.
last(List<T>) - Static method in class org.incava.ijdk.util.ListExt
Returns the last element in the list.
lastIndex() - Method in class org.incava.ijdk.lang.IntegerArray
 
lastKey() - Method in class org.incava.ijdk.lang.IntegerArray
 
lastValue() - Method in class org.incava.ijdk.lang.IntegerArray
 
LATEST - Static variable in class org.incava.ijdk.version.Version
 
LAVENDER - Static variable in class org.incava.ijdk.util.X11Colors
 
LAVENDER_BLUSH - Static variable in class org.incava.ijdk.util.X11Colors
 
LAVENDER_BLUSH_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
LAVENDER_BLUSH_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
LAVENDER_BLUSH_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
LAVENDER_BLUSH_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
LAWN_GREEN - Static variable in class org.incava.ijdk.util.X11Colors
 
left(int) - Method in class org.incava.ijdk.lang.Str
Returns the leftmost num characters of the string, not exceeding the length of the string.
left(String, int) - Static method in class org.incava.ijdk.lang.StringExt
Returns the leftmost num characters of the string, not exceeding the length of the string.
LEMON_CHIFFON - Static variable in class org.incava.ijdk.util.X11Colors
 
LEMON_CHIFFON_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
LEMON_CHIFFON_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
LEMON_CHIFFON_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
LEMON_CHIFFON_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
length(int[]) - Static method in class org.incava.ijdk.lang.IntArray
Returns the number of elements in the array, or 0 if null.
length() - Method in class org.incava.ijdk.lang.Str
Returns the length of the string, returning 0 if the wrapped string is null.
length(String) - Static method in class org.incava.ijdk.lang.StringExt
Returns the length of the string, returning 0 if the string is null.
lessThan(Integer) - Static method in class org.incava.ijdk.collect.IntegerCriteria
 
lessThan(Type, Type) - Static method in class org.incava.ijdk.lang.Comp
Returns whether x is less than y.
LIGHT_BLUE - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_BLUE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_BLUE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_BLUE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_BLUE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_CORAL - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_CYAN - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_CYAN_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_CYAN_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_CYAN_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_CYAN_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_GOLDENROD - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_GOLDENROD_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_GOLDENROD_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_GOLDENROD_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_GOLDENROD_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_GOLDENROD_YELLOW - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_GRAY - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_GREEN - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_GREY - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_PINK - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_PINK_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_PINK_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_PINK_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_PINK_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_SALMON - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_SALMON_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_SALMON_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_SALMON_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_SALMON_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_SEA_GREEN - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_SKY_BLUE - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_SKY_BLUE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_SKY_BLUE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_SKY_BLUE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_SKY_BLUE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_SLATE_BLUE - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_SLATE_GRAY - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_SLATE_GREY - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_STEEL_BLUE - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_STEEL_BLUE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_STEEL_BLUE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_STEEL_BLUE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_STEEL_BLUE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_YELLOW - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_YELLOW_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_YELLOW_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_YELLOW_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIGHT_YELLOW_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
LIME_GREEN - Static variable in class org.incava.ijdk.util.X11Colors
 
LINEN - Static variable in class org.incava.ijdk.util.X11Colors
 
list(T...) - Static method in class org.incava.ijdk.lang.ICore
Returns a list (a Array) initialized with the given elements.
listAll() - Method in class org.incava.ijdk.io.FSDirectory
Returns a list of files and directories in the given directory.
ListComparator<Type> - Class in org.incava.ijdk.util
 
ListComparator(List<Type>, List<Type>) - Constructor for class org.incava.ijdk.util.ListComparator
 
ListComparison - Class in org.incava.ijdk.util
 
ListComparison() - Constructor for class org.incava.ijdk.util.ListComparison
 
ListExt - Class in org.incava.ijdk.util
 
ListExt() - Constructor for class org.incava.ijdk.util.ListExt
 
LongArray - Class in org.incava.ijdk.lang
 
LongArray() - Constructor for class org.incava.ijdk.lang.LongArray
 
lt(Type, Type) - Static method in class org.incava.ijdk.lang.Comp
Returns whether x is less than y.
lt(T) - Method in interface org.incava.ijdk.lang.Comparing
Returns whether x is less than y.
lt(T) - Method in class org.incava.ijdk.lang.DefaultComparing
 
lt(Str) - Method in class org.incava.ijdk.lang.Str
Returns whether the wrapped string is less than that of the other.
lt(Version) - Method in class org.incava.ijdk.version.Version
 
lte(Type, Type) - Static method in class org.incava.ijdk.lang.Comp
Returns whether x is less than or equal to y.
lte(T) - Method in interface org.incava.ijdk.lang.Comparing
Returns whether x is less than or equal to y.
lte(T) - Method in class org.incava.ijdk.lang.DefaultComparing
 
lte(Str) - Method in class org.incava.ijdk.lang.Str
Returns whether the wrapped string is less than or equal to that of the other.
lte(Version) - Method in class org.incava.ijdk.version.Version
 

M

MAGENTA - Static variable in class org.incava.ijdk.util.ANSI
 
MAGENTA - Static variable in class org.incava.ijdk.util.X11Colors
 
MAGENTA_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
MAGENTA_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
MAGENTA_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
MAGENTA_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
map() - Static method in class org.incava.ijdk.lang.ICore
Creates an empty tree map.
map(KeyType, ValueType) - Static method in class org.incava.ijdk.lang.ICore
Creates a map with one key/value pair.
map(KeyType, ValueType, KeyType, ValueType) - Static method in class org.incava.ijdk.lang.ICore
Creates a map with two key/value pairs.
MAROON - Static variable in class org.incava.ijdk.util.X11Colors
 
MAROON_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
MAROON_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
MAROON_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
MAROON_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
match(List<String>) - Method in class org.incava.ijdk.util.options.OptionList
 
match(String...) - Method in class org.incava.ijdk.util.options.OptionList
 
match(String) - Method in class org.incava.ijdk.util.options.OptionList
 
MathExt - Class in org.incava.ijdk.lang
Math extensions.
MathExt() - Constructor for class org.incava.ijdk.lang.MathExt
 
max(int[]) - Static method in class org.incava.ijdk.lang.IntArray
Returns the maximum in the array, or Integer.MIN_VALUE if null.
maximum() - Method in class org.incava.ijdk.collect.IntegerList
Returns the maximum, or null if there are no elements in this list.
maximum() - Method in class org.incava.ijdk.util.IntegerList
Returns the maximum, or null if there are no elements in this list.
MEDIUM_AQUAMARINE - Static variable in class org.incava.ijdk.util.X11Colors
 
MEDIUM_BLUE - Static variable in class org.incava.ijdk.util.X11Colors
 
MEDIUM_ORCHID - Static variable in class org.incava.ijdk.util.X11Colors
 
MEDIUM_ORCHID_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
MEDIUM_ORCHID_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
MEDIUM_ORCHID_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
MEDIUM_ORCHID_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
MEDIUM_PURPLE - Static variable in class org.incava.ijdk.util.X11Colors
 
MEDIUM_PURPLE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
MEDIUM_PURPLE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
MEDIUM_PURPLE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
MEDIUM_PURPLE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
MEDIUM_SEA_GREEN - Static variable in class org.incava.ijdk.util.X11Colors
 
MEDIUM_SLATE_BLUE - Static variable in class org.incava.ijdk.util.X11Colors
 
MEDIUM_SPRING_GREEN - Static variable in class org.incava.ijdk.util.X11Colors
 
MEDIUM_TURQUOISE - Static variable in class org.incava.ijdk.util.X11Colors
 
MEDIUM_VIOLET_RED - Static variable in class org.incava.ijdk.util.X11Colors
 
MIDNIGHT_BLUE - Static variable in class org.incava.ijdk.util.X11Colors
 
min(int[]) - Static method in class org.incava.ijdk.lang.IntArray
Returns the minimum in the array, or Integer.MAX_VALUE if null.
min(int...) - Static method in class org.incava.ijdk.lang.MathExt
Returns the minimum value in the array, which can be empty or null.
minimum() - Method in class org.incava.ijdk.collect.IntegerList
Returns the minimum, or null if there are no elements in this list.
minimum() - Method in class org.incava.ijdk.util.IntegerList
Returns the minimum, or null if there are no elements in this list.
MINT_CREAM - Static variable in class org.incava.ijdk.util.X11Colors
 
minus(Array<T>) - Method in class org.incava.ijdk.collect.Array
Returns a new list, containing the elements of this list that are not in the other.
MISTY_ROSE - Static variable in class org.incava.ijdk.util.X11Colors
 
MISTY_ROSE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
MISTY_ROSE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
MISTY_ROSE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
MISTY_ROSE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
MOCCASIN - Static variable in class org.incava.ijdk.util.X11Colors
 
MultiMap<K,V> - Class in org.incava.ijdk.util
Maps from a single key to a collection of values, the equivalent of Map<String, List<Integer>>.
MultiMap() - Constructor for class org.incava.ijdk.util.MultiMap
 
MultiMapEntry<K,V> - Class in org.incava.ijdk.util
 
MultiMapEntry(K, Collection<V>) - Constructor for class org.incava.ijdk.util.MultiMapEntry
 

N

NAVAJO_WHITE - Static variable in class org.incava.ijdk.util.X11Colors
 
NAVAJO_WHITE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
NAVAJO_WHITE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
NAVAJO_WHITE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
NAVAJO_WHITE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
NAVY - Static variable in class org.incava.ijdk.util.X11Colors
 
NAVY_BLUE - Static variable in class org.incava.ijdk.util.X11Colors
 
NCPair<FirstType,SecondType> - Class in org.incava.ijdk.lang
A pair of objects that do not implement Comparable.
NCPair(FirstType, SecondType) - Constructor for class org.incava.ijdk.lang.NCPair
 
next() - Method in class org.incava.ijdk.collect.ItIterator
 
next() - Method in class org.incava.ijdk.util.EmptyIterator
 
next() - Method in class org.incava.ijdk.util.NumIterator
 
NONE - Static variable in class org.incava.ijdk.util.ANSI
 
NULL - Static variable in class org.incava.ijdk.lang.Obj
A single variable representing all objects that wrap null.
NumIterable - Class in org.incava.ijdk.util
An iterable for executing num times.
NumIterable(int) - Constructor for class org.incava.ijdk.util.NumIterable
 
NumIterator - Class in org.incava.ijdk.util
An iterator that executes num times.
NumIterator(int) - Constructor for class org.incava.ijdk.util.NumIterator
 

O

Obj<T> - Class in org.incava.ijdk.lang
Extension to the Object class, wrapping a JDK Object with additional methods.
Obj(T) - Constructor for class org.incava.ijdk.lang.Obj
Creates a wrapper for the given object.
obj() - Method in class org.incava.ijdk.lang.Obj
Returns the wrapped object.
objary(Object...) - Static method in class org.incava.ijdk.lang.Common
Converts varargs to Object[].
ObjectExt - Class in org.incava.ijdk.lang
Extensions to the Object class.
ObjectExt() - Constructor for class org.incava.ijdk.lang.ObjectExt
 
of(T...) - Static method in class org.incava.ijdk.collect.Array
Creates a list from the given array.
of() - Static method in class org.incava.ijdk.collect.Hash
Creates an empty hash map.
of(KeyType, ValueType) - Static method in class org.incava.ijdk.collect.Hash
Creates a map with one key/value pair.
of(KeyType, ValueType, KeyType, ValueType) - Static method in class org.incava.ijdk.collect.Hash
Creates a map with two key/value pairs.
of(KeyType, ValueType, KeyType, ValueType, KeyType, ValueType) - Static method in class org.incava.ijdk.collect.Hash
Creates a map with three key/value pairs.
of(List<Pair<KeyType, ValueType>>) - Static method in class org.incava.ijdk.collect.Hash
Creates a map from a list of pairs.
of(Array<Type>) - Static method in class org.incava.ijdk.collect.Hash
Creates a map from an Array.
of(Integer...) - Static method in class org.incava.ijdk.collect.IntegerList
Creates a new IntegerList.
of() - Static method in class org.incava.ijdk.collect.SortedMap
Creates an empty tree map.
of(KeyType, ValueType) - Static method in class org.incava.ijdk.collect.SortedMap
Creates a map with one key/value pair.
of(KeyType, ValueType, KeyType, ValueType) - Static method in class org.incava.ijdk.collect.SortedMap
Creates a map with two key/value pairs.
of(KeyType, ValueType, KeyType, ValueType, KeyType, ValueType) - Static method in class org.incava.ijdk.collect.SortedMap
Creates a map with three key/value pairs.
of(List<Pair<KeyType, ValueType>>) - Static method in class org.incava.ijdk.collect.SortedMap
Creates a map from a list of pairs.
of(String...) - Static method in class org.incava.ijdk.collect.StringList
Creates a new StringList.
of(Integer) - Static method in class org.incava.ijdk.lang.Int
Returns an Int (integer) for the number.
of(String) - Static method in class org.incava.ijdk.lang.Int
Returns an Int (integer) for the string.
of(K, V) - Static method in class org.incava.ijdk.lang.KeyValue
Shorter syntax than the default constructor, allowing the compiler to discern the object types.
of(T) - Static method in class org.incava.ijdk.lang.Obj
Creates a wrapper for the given object.
of(X, Y) - Static method in class org.incava.ijdk.lang.Pair
Class method that allows inference of the parameterized type.
of(A, B) - Static method in class org.incava.ijdk.tuple.Pair
Shorter syntax than the default constructor, allowing the compiler to discern the object types.
of(A, B, C) - Static method in class org.incava.ijdk.tuple.Triple
Shorter syntax than the default constructor, allowing the compiler to discern the object types.
of(String) - Static method in class org.incava.ijdk.version.Version
 
OLD_LACE - Static variable in class org.incava.ijdk.util.X11Colors
 
OLIVE_DRAB - Static variable in class org.incava.ijdk.util.X11Colors
 
OLIVE_DRAB_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
OLIVE_DRAB_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
OLIVE_DRAB_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
OLIVE_DRAB_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
ON_BLACK - Static variable in class org.incava.ijdk.util.ANSI
 
ON_BLUE - Static variable in class org.incava.ijdk.util.ANSI
 
ON_CYAN - Static variable in class org.incava.ijdk.util.ANSI
 
ON_GREEN - Static variable in class org.incava.ijdk.util.ANSI
 
ON_MAGENTA - Static variable in class org.incava.ijdk.util.ANSI
 
ON_RED - Static variable in class org.incava.ijdk.util.ANSI
 
ON_WHITE - Static variable in class org.incava.ijdk.util.ANSI
 
ON_YELLOW - Static variable in class org.incava.ijdk.util.ANSI
 
OptionList - Class in org.incava.ijdk.util.options
 
OptionList() - Constructor for class org.incava.ijdk.util.options.OptionList
 
OptionSet - Interface in org.incava.ijdk.util.options
 
or(T, T) - Static method in class org.incava.ijdk.lang.ICore
Returns the first parameter if it is true, and otherwise returns the default value.
or(T...) - Static method in class org.incava.ijdk.lang.ICore
Returns the first parameter that evaluates to true (via isTrue).
ORANGE - Static variable in class org.incava.ijdk.util.X11Colors
 
ORANGE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
ORANGE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
ORANGE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
ORANGE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
ORANGE_RED - Static variable in class org.incava.ijdk.util.X11Colors
 
ORANGE_RED_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
ORANGE_RED_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
ORANGE_RED_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
ORANGE_RED_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
ORCHID - Static variable in class org.incava.ijdk.util.X11Colors
 
ORCHID_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
ORCHID_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
ORCHID_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
ORCHID_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
org.incava.ijdk.collect - package org.incava.ijdk.collect
 
org.incava.ijdk.io - package org.incava.ijdk.io
 
org.incava.ijdk.lang - package org.incava.ijdk.lang
 
org.incava.ijdk.str - package org.incava.ijdk.str
 
org.incava.ijdk.tuple - package org.incava.ijdk.tuple
 
org.incava.ijdk.util - package org.incava.ijdk.util
 
org.incava.ijdk.util.jar - package org.incava.ijdk.util.jar
 
org.incava.ijdk.util.options - package org.incava.ijdk.util.options
 
org.incava.ijdk.version - package org.incava.ijdk.version
 
Output - Class in org.incava.ijdk.lang
Various ways of writing output, to files, and standard out.
Output() - Constructor for class org.incava.ijdk.lang.Output
 
over(T[]) - Static method in class org.incava.ijdk.collect.Iterate
Returns an Iterable (iterator) for the C-style array, which can be null.
over(Iterable<T>) - Static method in class org.incava.ijdk.collect.Iterate
Returns an Iterable (iterator) for the collection, which can be null.

P

pad(char, int) - Method in class org.incava.ijdk.lang.Str
Returns a string starting with the str parameter, with ch's following the string to a length of length.
pad(int) - Method in class org.incava.ijdk.lang.Str
Pads with spaces.
pad(String, char, int) - Static method in class org.incava.ijdk.lang.StringExt
Returns a string starting with the str parameter, with ch's following the string to a length of length.
pad(String, int) - Static method in class org.incava.ijdk.lang.StringExt
Pads with trailing spaces.
padLeft(char, int) - Method in class org.incava.ijdk.lang.Str
Same as the pad method, but applies the padding to the left-hand (leading) side of the string.
padLeft(int) - Method in class org.incava.ijdk.lang.Str
Left-pads with spaces.
padLeft(String, char, int) - Static method in class org.incava.ijdk.lang.StringExt
Same as the pad method, but applies the padding to the left-hand (leading) side of the string.
padLeft(String, int) - Static method in class org.incava.ijdk.lang.StringExt
Left-pads with spaces.
Pair<FirstType extends java.lang.Comparable<? super FirstType>,SecondType extends java.lang.Comparable<? super SecondType>> - Class in org.incava.ijdk.lang
A two-element tuple, for classes that are comparable.
Pair(FirstType, SecondType) - Constructor for class org.incava.ijdk.lang.Pair
 
Pair<A,B> - Class in org.incava.ijdk.tuple
A pair of objects.
Pair(A, B) - Constructor for class org.incava.ijdk.tuple.Pair
 
PALE_GOLDENROD - Static variable in class org.incava.ijdk.util.X11Colors
 
PALE_GREEN - Static variable in class org.incava.ijdk.util.X11Colors
 
PALE_GREEN_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
PALE_GREEN_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
PALE_GREEN_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
PALE_GREEN_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
PALE_TURQUOISE - Static variable in class org.incava.ijdk.util.X11Colors
 
PALE_TURQUOISE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
PALE_TURQUOISE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
PALE_TURQUOISE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
PALE_TURQUOISE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
PALE_VIOLET_RED - Static variable in class org.incava.ijdk.util.X11Colors
 
PALE_VIOLET_RED_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
PALE_VIOLET_RED_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
PALE_VIOLET_RED_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
PALE_VIOLET_RED_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
PAPAYA_WHIP - Static variable in class org.incava.ijdk.util.X11Colors
 
parent() - Method in class org.incava.ijdk.lang.Pathname
Returns the parent directory as a pathname, as a relative path.
Pathname - Class in org.incava.ijdk.lang
Extends java.io.File with Ruby-ish functionality, based on pathname.rb.
Pathname(File) - Constructor for class org.incava.ijdk.lang.Pathname
Creates a Pathname from a file, using its relative -- not absolute or canonical -- path.
Pathname(String) - Constructor for class org.incava.ijdk.lang.Pathname
Creates a Pathname from a pathname.
Pathname() - Constructor for class org.incava.ijdk.lang.Pathname
Creates a Pathname from the current directory (user.dir).
PathnameGlob - Class in org.incava.ijdk.lang
 
PathnameGlob() - Constructor for class org.incava.ijdk.lang.PathnameGlob
 
PEACH_PUFF - Static variable in class org.incava.ijdk.util.X11Colors
 
PEACH_PUFF_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
PEACH_PUFF_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
PEACH_PUFF_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
PEACH_PUFF_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
PERU - Static variable in class org.incava.ijdk.util.X11Colors
 
PINK - Static variable in class org.incava.ijdk.util.X11Colors
 
PINK_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
PINK_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
PINK_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
PINK_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
PLUM - Static variable in class org.incava.ijdk.util.X11Colors
 
PLUM_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
PLUM_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
PLUM_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
PLUM_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
plus(Array<T>) - Method in class org.incava.ijdk.collect.Array
Returns a new list, concatenating the other list with this one.
pop() - Method in class org.incava.ijdk.util.options.OptionList
 
popAsInteger() - Method in class org.incava.ijdk.util.options.OptionList
 
POWDER_BLUE - Static variable in class org.incava.ijdk.util.X11Colors
 
printf(String, Object...) - Static method in class org.incava.ijdk.io.StdOut
Writes to standard output.
printf(String, Object...) - Static method in class org.incava.ijdk.lang.ICore
Writes to standard output.
printf(String, Object...) - Static method in class org.incava.ijdk.lang.Output
Writes to standard output.
printLines(File, List<String>) - Static method in class org.incava.ijdk.io.FileExt
Prints the file as lines, using writer.println.
printLines(File, List<String>, EnumSet<WriteOptionType>) - Static method in class org.incava.ijdk.io.FileExt
Prints the file as lines, using writer.println.
printLines(String, List<String>) - Static method in class org.incava.ijdk.io.IO
Prints the lines (with println).
printLines(PrintWriter, List<String>) - Static method in class org.incava.ijdk.io.PrintWriterExt
Prints the lines (with println), and flushes and closes the writer.
printLines(List<String>) - Method in class org.incava.ijdk.lang.Pathname
Writes the lines to the file.
println(Object) - Static method in class org.incava.ijdk.io.StdOut
Writes to standard output.
println(Object) - Static method in class org.incava.ijdk.lang.ICore
Writes to standard output.
println(Object) - Static method in class org.incava.ijdk.lang.Output
Writes to standard output.
PrintWriterExt - Class in org.incava.ijdk.io
Wrapper for PrintWriter.
PrintWriterExt() - Constructor for class org.incava.ijdk.io.PrintWriterExt
 
process(List<String>) - Method in class org.incava.ijdk.util.options.OptionList
 
process() - Method in class org.incava.ijdk.util.options.OptionList
 
processOptionSets() - Method in class org.incava.ijdk.util.options.OptionList
 
PropertyExt - Class in org.incava.ijdk.util
 
PropertyExt() - Constructor for class org.incava.ijdk.util.PropertyExt
 
PURPLE - Static variable in class org.incava.ijdk.util.X11Colors
 
PURPLE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
PURPLE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
PURPLE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
PURPLE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
put(K, Collection<V>) - Method in class org.incava.ijdk.util.MultiMap
 
putEach(K, V...) - Method in class org.incava.ijdk.util.MultiMap
 
puts(Object) - Static method in class org.incava.ijdk.io.StdOut
Writes to standard output.
puts(Object) - Static method in class org.incava.ijdk.lang.ICore
Writes to standard output.
puts(Object) - Static method in class org.incava.ijdk.lang.Output
Writes to standard output.

Q

quote() - Method in class org.incava.ijdk.lang.Str
Quotes the string, using double quotes.
quote(String) - Static method in class org.incava.ijdk.lang.StringExt
Quotes the string, using double quotes.

R

Range - Class in org.incava.ijdk.lang
A range of integers, inclusive.
Range(Integer, Integer) - Constructor for class org.incava.ijdk.lang.Range
Creates a range of first through last (i.e., inclusive).
readAsString(Reader, EnumSet<ReadOptionType>) - Static method in class org.incava.ijdk.io.ReaderExt
Returns the file as a singl string, optionally with end-of-line characters (sequences).
readBytes(File) - Static method in class org.incava.ijdk.io.FileExt
Returns the contents of the file, as a byte array.
readBytes() - Method in class org.incava.ijdk.lang.Pathname
Reads the file as an array of bytes.
ReaderExt - Class in org.incava.ijdk.io
Wraps java.io.Reader.
ReaderExt() - Constructor for class org.incava.ijdk.io.ReaderExt
 
readLines(File) - Static method in class org.incava.ijdk.io.FileExt
Reads the file into a string array, returning an empty array if there is an error.
readLines(File, EnumSet<ReadOptionType>) - Static method in class org.incava.ijdk.io.FileExt
Reads the file into a string array, without end-of-line characters (sequences).
readLines(InputStream) - Static method in class org.incava.ijdk.io.InputStreamExt
Reads the file into a string array, without end-of-line characters (sequences).
readLines(InputStream, EnumSet<ReadOptionType>) - Static method in class org.incava.ijdk.io.InputStreamExt
Reads the file into a string array, without end-of-line characters (sequences).
readLines(String, EnumSet<ReadOptionType>) - Static method in class org.incava.ijdk.io.IO
Returns a list of Strings read from the given file.
readLines(String) - Static method in class org.incava.ijdk.io.IO
Returns a list of Strings read from the given file.
readLines(Reader, EnumSet<ReadOptionType>) - Static method in class org.incava.ijdk.io.ReaderExt
Reads lines from the given reader, applying options.
readLines() - Method in class org.incava.ijdk.lang.Pathname
Reads the file, returning a list of lines, which do not include end of line characters.
ReadOptionType - Enum in org.incava.ijdk.io
Options for reading files.
RED - Static variable in class org.incava.ijdk.util.ANSI
 
RED - Static variable in class org.incava.ijdk.util.X11Colors
 
RED_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
RED_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
RED_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
RED_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
relativePath() - Method in class org.incava.ijdk.lang.Pathname
Returns the relative -- not absolute or canonical -- path.
remove() - Method in class org.incava.ijdk.collect.ItIterator
 
remove(Integer) - Method in class org.incava.ijdk.lang.IntegerArray
 
remove() - Method in class org.incava.ijdk.util.EmptyIterator
 
remove() - Method in class org.incava.ijdk.util.NumIterator
 
removeAll(T) - Method in class org.incava.ijdk.collect.Array
Removes all occurrances of element from list, returning whether any were found.
removeAll(List<T>, T) - Static method in class org.incava.ijdk.util.ListExt
Removes all occurrances of element from list, returning whether any were found.
repeat(int) - Method in class org.incava.ijdk.lang.Str
Returns the string, repeated num times.
repeat(char, int) - Method in class org.incava.ijdk.lang.Str
Returns the character, repeated num times.
repeat(String, int) - Static method in class org.incava.ijdk.lang.StringExt
Returns the string, repeated num times.
repeat(char, int) - Static method in class org.incava.ijdk.lang.StringExt
Returns the character, repeated num times.
RESET - Static variable in class org.incava.ijdk.util.ANSI
 
resolveFileName(String) - Static method in class org.incava.ijdk.io.FileExt
Resolves the file name, converting ~ to the home directory for the current user.
REVERSE - Static variable in class org.incava.ijdk.util.ANSI
 
ReverseComparator<T extends java.lang.Comparable<T>> - Class in org.incava.ijdk.util
A comparator for reversed order.
ReverseComparator() - Constructor for class org.incava.ijdk.util.ReverseComparator
 
RGB - Class in org.incava.ijdk.util
 
RGB(int, int, int) - Constructor for class org.incava.ijdk.util.RGB
 
rgb(int, int, int) - Static method in class org.incava.ijdk.util.X11Colors
 
right(int) - Method in class org.incava.ijdk.lang.Str
Returns the rightmost num characters of the string, not exceeding the length of the string.
right(String, int) - Static method in class org.incava.ijdk.lang.StringExt
Returns the rightmost num characters of the string, not exceeding the length of the string.
rootName() - Method in class org.incava.ijdk.lang.Pathname
Returns the root name, which is the base name minus the (last) extension.
ROSY_BROWN - Static variable in class org.incava.ijdk.util.X11Colors
 
ROSY_BROWN_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
ROSY_BROWN_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
ROSY_BROWN_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
ROSY_BROWN_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
ROYAL_BLUE - Static variable in class org.incava.ijdk.util.X11Colors
 
ROYAL_BLUE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
ROYAL_BLUE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
ROYAL_BLUE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
ROYAL_BLUE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 

S

SADDLE_BROWN - Static variable in class org.incava.ijdk.util.X11Colors
 
SALMON - Static variable in class org.incava.ijdk.util.X11Colors
 
SALMON_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
SALMON_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
SALMON_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
SALMON_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
SANDY_BROWN - Static variable in class org.incava.ijdk.util.X11Colors
 
SEA_GREEN - Static variable in class org.incava.ijdk.util.X11Colors
 
SEA_GREEN_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
SEA_GREEN_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
SEA_GREEN_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
SEA_GREEN_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
SEASHELL - Static variable in class org.incava.ijdk.util.X11Colors
 
SEASHELL_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
SEASHELL_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
SEASHELL_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
SEASHELL_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
second() - Method in class org.incava.ijdk.lang.Pair
Returns the second element, with a shorter method name than getSecond~.
second() - Method in class org.incava.ijdk.tuple.Pair
 
SEPARATOR - Static variable in class org.incava.ijdk.lang.PathnameGlob
 
Sequence<T> - Interface in org.incava.ijdk.lang
A list with extended functionality, modeled on the Enumerable class in Ruby.
serialVersionUID - Static variable in class org.incava.ijdk.collect.Array
 
serialVersionUID - Static variable in class org.incava.ijdk.collect.Hash
 
serialVersionUID - Static variable in class org.incava.ijdk.collect.SortedMap
 
serialVersionUID - Static variable in class org.incava.ijdk.io.FSDirectory
 
serialVersionUID - Static variable in class org.incava.ijdk.version.Versions
 
set(int, T) - Method in class org.incava.ijdk.collect.Array
Sets the nth element in the list.
set(K, V) - Method in class org.incava.ijdk.collect.Hash
Adds or replaces the value for the given key, either of which can be null.
set(K, V) - Method in class org.incava.ijdk.collect.SortedMap
Adds or replaces the value for the given key, either of which can be null.
set(Integer, Integer) - Method in class org.incava.ijdk.lang.IntegerArray
 
setValue(Collection<V>) - Method in class org.incava.ijdk.util.MultiMapEntry
 
Shell - Class in org.incava.ijdk.io
 
Shell() - Constructor for class org.incava.ijdk.io.Shell
 
ShortArray - Class in org.incava.ijdk.lang
 
ShortArray() - Constructor for class org.incava.ijdk.lang.ShortArray
 
SIENNA - Static variable in class org.incava.ijdk.util.X11Colors
 
SIENNA_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
SIENNA_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
SIENNA_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
SIENNA_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
size() - Method in class org.incava.ijdk.lang.IntegerArray
 
SKY_BLUE - Static variable in class org.incava.ijdk.util.X11Colors
 
SKY_BLUE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
SKY_BLUE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
SKY_BLUE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
SKY_BLUE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
SLATE_BLUE - Static variable in class org.incava.ijdk.util.X11Colors
 
SLATE_BLUE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
SLATE_BLUE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
SLATE_BLUE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
SLATE_BLUE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
SLATE_GRAY - Static variable in class org.incava.ijdk.util.X11Colors
 
SLATE_GRAY_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
SLATE_GRAY_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
SLATE_GRAY_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
SLATE_GRAY_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
SLATE_GREY - Static variable in class org.incava.ijdk.util.X11Colors
 
snip(int) - Method in class org.incava.ijdk.lang.Str
If str is longer than length, then the returned string is cut at the given length - 1, and appended with a dash, so snip("foobar", 4) is "foo-.
snip(String, int) - Static method in class org.incava.ijdk.lang.StringExt
If str is longer than length, then the returned string is cut at the given length and appended with a dash, so snip("foobar", 3) is "foo-.
SNOW - Static variable in class org.incava.ijdk.util.X11Colors
 
SNOW_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
SNOW_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
SNOW_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
SNOW_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
sort() - Method in class org.incava.ijdk.collect.StringList
Returns a copy of this string list, sorted.
sorted() - Method in class org.incava.ijdk.collect.Array
Returns a copy of this array, sorted.
SortedMap<K,V> - Class in org.incava.ijdk.collect
A mapping from keys, sorted, to values, via java.util.TreeMap.
SortedMap(List<Pair<K, V>>) - Constructor for class org.incava.ijdk.collect.SortedMap
Creates a map from a list of pairs.
SortedMap(Map<K, V>) - Constructor for class org.incava.ijdk.collect.SortedMap
Creates a IJDK map from a JDK one.
SortedMap() - Constructor for class org.incava.ijdk.collect.SortedMap
Creates an empty IJDK map.
split(char, int) - Method in class org.incava.ijdk.lang.Str
Returns an array of strings split at the character delimiter.
split(String, int) - Method in class org.incava.ijdk.lang.Str
Returns an array of strings split at the string delimiter.
split(char) - Method in class org.incava.ijdk.lang.Str
Returns an array of strings split at the character delimiter.
split(String) - Method in class org.incava.ijdk.lang.Str
Returns an array of strings split at the string delimiter.
split(String, char, int) - Static method in class org.incava.ijdk.lang.StringExt
Returns an array of strings split at the character delimiter.
split(String, String, int) - Static method in class org.incava.ijdk.lang.StringExt
Returns an array of strings split at the string delimiter.
split(String, char) - Static method in class org.incava.ijdk.lang.StringExt
Returns an array of strings split at the character delimiter.
split(String, String) - Static method in class org.incava.ijdk.lang.StringExt
Returns an array of strings split at the string delimiter.
SPRING_GREEN - Static variable in class org.incava.ijdk.util.X11Colors
 
SPRING_GREEN_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
SPRING_GREEN_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
SPRING_GREEN_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
SPRING_GREEN_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
startsWith(char) - Method in class org.incava.ijdk.lang.Str
Returns whether the string str begins with the character ch.
startsWith(String) - Method in class org.incava.ijdk.lang.Str
Returns whether the wrapped string begins with the string str.
startsWith(String, char) - Static method in class org.incava.ijdk.lang.StringExt
Returns whether the string str begins with the character ch.
startsWith(String, String) - Static method in class org.incava.ijdk.lang.StringExt
Returns whether the string str begins with the string prefix.
startsWith(String) - Static method in class org.incava.ijdk.str.Criteria
Returns true if the string starts with the substring.
StdOut - Class in org.incava.ijdk.io
 
StdOut() - Constructor for class org.incava.ijdk.io.StdOut
 
STEEL_BLUE - Static variable in class org.incava.ijdk.util.X11Colors
 
STEEL_BLUE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
STEEL_BLUE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
STEEL_BLUE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
STEEL_BLUE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
Str - Class in org.incava.ijdk.lang
Extensions to the String class.
Str(String) - Constructor for class org.incava.ijdk.lang.Str
Wraps the given string.
Str(char) - Constructor for class org.incava.ijdk.lang.Str
Creates a new string from the character, and wraps that string.
str() - Method in class org.incava.ijdk.lang.Str
Returns the wrapped string.
StringExt - Class in org.incava.ijdk.lang
Extensions to the String class.
StringExt() - Constructor for class org.incava.ijdk.lang.StringExt
 
StringList - Class in org.incava.ijdk.collect
An extension of org.incava.ijdk.collect.Array<String>, with a constructor for varargs, and selectors that use closures.
StringList() - Constructor for class org.incava.ijdk.collect.StringList
Creates an empty StringList.
StringList(Collection<String>) - Constructor for class org.incava.ijdk.collect.StringList
Creates a StringList from the given collection.
StringList(String...) - Constructor for class org.incava.ijdk.collect.StringList
Creates a StringList from the given varargs.
StringList - Class in org.incava.ijdk.util
An extension of List<String>, with a constructor for varargs, and selectors that use closures.
StringList() - Constructor for class org.incava.ijdk.util.StringList
Creates an empty StringList.
StringList(Collection<String>) - Constructor for class org.incava.ijdk.util.StringList
Creates a StringList from the given collection.
StringList(String...) - Constructor for class org.incava.ijdk.util.StringList
Creates a StringList from the given array.
strlist(String...) - Static method in class org.incava.ijdk.lang.ICore
Returns an string list, which can be empty.
substring(Integer, Integer) - Method in class org.incava.ijdk.lang.Str
Returns a substring from the string, with negatives indices applying to the distance from the end of the string.
substring(String, Integer, Integer) - Static method in class org.incava.ijdk.lang.StringExt
Returns a substring from the string, with negatives indices applying to the distance from the end of the string.
substringAfter(Character) - Method in class org.incava.ijdk.lang.Str
Returns the substring from the ch character to the end of the string.
substringAfter(String, Character) - Static method in class org.incava.ijdk.lang.StringExt
Returns the substring from the ch character to the end of the string.
substringBefore(Character) - Method in class org.incava.ijdk.lang.Str
Returns the substring before the ch character.
substringBefore(String, Character) - Static method in class org.incava.ijdk.lang.StringExt
Returns the substring before the ch character.
sum() - Method in class org.incava.ijdk.collect.IntegerList
Returns the sum of all non-null elements, or 0 if there are no elements in the list.
sum(int[]) - Static method in class org.incava.ijdk.lang.IntArray
Returns the sum (total) of array, or 0 if null.

T

takeFirst() - Method in class org.incava.ijdk.collect.Array
Removes and returns the first element in the list.
takeFirst() - Method in interface org.incava.ijdk.lang.Sequence
Removes and returns the first element in the sequence.
takeLast() - Method in class org.incava.ijdk.collect.Array
Removes and returns the last element in the list.
takeLast() - Method in interface org.incava.ijdk.lang.Sequence
Removes and returns the last element in the sequence.
TAN - Static variable in class org.incava.ijdk.util.X11Colors
 
TAN_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
TAN_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
TAN_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
TAN_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
third() - Method in class org.incava.ijdk.tuple.Triple
 
THISTLE - Static variable in class org.incava.ijdk.util.X11Colors
 
THISTLE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
THISTLE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
THISTLE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
THISTLE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
Thrw - Class in org.incava.ijdk.lang
 
Thrw(Throwable) - Constructor for class org.incava.ijdk.lang.Thrw
 
TimedEvent - Class in org.incava.ijdk.util
Times an event, from when the object is created, until when the end method is invoked.
TimedEvent(String, TimedEventSet) - Constructor for class org.incava.ijdk.util.TimedEvent
 
TimedEvent(String) - Constructor for class org.incava.ijdk.util.TimedEvent
 
TimedEvent(TimedEventSet) - Constructor for class org.incava.ijdk.util.TimedEvent
 
TimedEvent() - Constructor for class org.incava.ijdk.util.TimedEvent
 
TimedEventSet - Class in org.incava.ijdk.util
A set of timed events.
TimedEventSet() - Constructor for class org.incava.ijdk.util.TimedEventSet
 
toAnsi(int) - Static method in class org.incava.ijdk.util.ANSI
 
toArray() - Method in class org.incava.ijdk.lang.IntegerArray
 
toArray() - Method in class org.incava.ijdk.lang.Range
Returns the range as a list of elements for each number within the range.
toCode(int, int, int) - Static method in class org.incava.ijdk.util.ANSI
 
toCode(RGB) - Static method in class org.incava.ijdk.util.ANSI
 
toInteger(String) - Static method in class org.incava.ijdk.lang.Int
Returns the str as an integer, or null if it is null or is not a valid integer.
toLines() - Method in class org.incava.ijdk.collect.StringList
Returns the string list as lines, which have the current end-of-line character(s) for the current OS, for any element that does not already have an EOLN character.
toList() - Method in class org.incava.ijdk.lang.Str
Converts the string into a list, delimited by whitespace and commas.
toList(String) - Static method in class org.incava.ijdk.lang.StringExt
Converts the (possibly quoted) string into a list, delimited by whitespace and commas.
TOMATO - Static variable in class org.incava.ijdk.util.X11Colors
 
TOMATO_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
TOMATO_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
TOMATO_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
TOMATO_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
toPattern(String) - Static method in class org.incava.ijdk.lang.PathnameGlob
 
toString() - Method in class org.incava.ijdk.collect.It
 
toString(Object) - Static method in class org.incava.ijdk.lang.Common
Returns the object as a string.
toString() - Method in class org.incava.ijdk.lang.IntegerArray
 
toString() - Method in class org.incava.ijdk.lang.KeyValue
Returns this key/value pair as a string, in the form "#{key} => #{value}".
toString(String) - Method in class org.incava.ijdk.lang.KeyValue
Returns this key/value pair as a string, using the given separator, in the form "#{key}#{separator}#{value}".
toString() - Method in class org.incava.ijdk.lang.NCPair
 
toString() - Method in class org.incava.ijdk.lang.Obj
Returns the wrapped object as a string.
toString() - Method in class org.incava.ijdk.lang.Pair
Returns the pair as a string in the form "first, second".
toString() - Method in class org.incava.ijdk.lang.Range
Returns the range as a string.
toString() - Method in class org.incava.ijdk.tuple.Triple
 
toString() - Method in class org.incava.ijdk.version.Version
 
toStringArray(boolean[]) - Static method in class org.incava.ijdk.lang.BooleanArray
 
toStringArray(byte[]) - Static method in class org.incava.ijdk.lang.ByteArray
 
toStringArray(char[]) - Static method in class org.incava.ijdk.lang.CharArray
 
toStringArray(double[]) - Static method in class org.incava.ijdk.lang.DoubleArray
 
toStringArray(float[]) - Static method in class org.incava.ijdk.lang.FloatArray
 
toStringArray(int[]) - Static method in class org.incava.ijdk.lang.IntArray
Returns an array of strings for the given int array, or an zero-length string array if the int array is null or empty.
toStringArray(long[]) - Static method in class org.incava.ijdk.lang.LongArray
 
toStringArray(short[]) - Static method in class org.incava.ijdk.lang.ShortArray
 
toStringArrayList() - Method in class org.incava.ijdk.collect.Array
Returns the list as a list of strings, with each element converted via toString().
toStringList() - Method in class org.incava.ijdk.collect.Array
Returns the list as a StringList, with each element converted via toString().
Triple<A,B,C> - Class in org.incava.ijdk.tuple
A set of three objects.
Triple(A, B, C) - Constructor for class org.incava.ijdk.tuple.Triple
 
TURQUOISE - Static variable in class org.incava.ijdk.util.X11Colors
 
TURQUOISE_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
TURQUOISE_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
TURQUOISE_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
TURQUOISE_4 - Static variable in class org.incava.ijdk.util.X11Colors
 

U

UNDERLINE - Static variable in class org.incava.ijdk.util.ANSI
 
UNDERSCORE - Static variable in class org.incava.ijdk.util.ANSI
 
unique() - Method in class org.incava.ijdk.collect.Array
Returns a new list that contains unique elements from the list, in the same order as in this list.
unique() - Method in interface org.incava.ijdk.lang.Sequence
Returns a new sequence that contains unique elements from the sequence, in the same order as in this one.
unquote() - Method in class org.incava.ijdk.lang.Str
Unquotes the string, removing matching leading and trailing single or double quotes, if both of either type wraps the string.
unquote(String) - Static method in class org.incava.ijdk.lang.StringExt
Unquotes the string, removing matching leading and trailing single or double quotes, if both of either type wraps the string.
upTo() - Method in class org.incava.ijdk.lang.Range
Returns an iterator for the range, inclusive of the first value, but exclusive of the last one.

V

value() - Method in class org.incava.ijdk.collect.It
 
value() - Method in class org.incava.ijdk.lang.KeyValue
Returns the value.
valueOf(String) - Static method in enum org.incava.ijdk.io.ReadOptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.incava.ijdk.io.WriteOptionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.incava.ijdk.io.ReadOptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.incava.ijdk.io.WriteOptionType
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.incava.ijdk.version
A version of the form "1.2.3.4".
Version(String) - Constructor for class org.incava.ijdk.version.Version
 
Version(Integer...) - Constructor for class org.incava.ijdk.version.Version
 
Versions - Class in org.incava.ijdk.version
 
Versions() - Constructor for class org.incava.ijdk.version.Versions
 
Versions(Array<Version>) - Constructor for class org.incava.ijdk.version.Versions
 
VIOLET - Static variable in class org.incava.ijdk.util.X11Colors
 
VIOLET_RED - Static variable in class org.incava.ijdk.util.X11Colors
 
VIOLET_RED_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
VIOLET_RED_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
VIOLET_RED_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
VIOLET_RED_4 - Static variable in class org.incava.ijdk.util.X11Colors
 

W

WHEAT - Static variable in class org.incava.ijdk.util.X11Colors
 
WHEAT_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
WHEAT_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
WHEAT_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
WHEAT_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
where(FromType) - Method in class org.incava.ijdk.util.Collect
Must be defined to return where the given object satisfies the condition.
WHITE - Static variable in class org.incava.ijdk.util.ANSI
 
WHITE - Static variable in class org.incava.ijdk.util.X11Colors
 
WHITE_SMOKE - Static variable in class org.incava.ijdk.util.X11Colors
 
write() - Method in class org.incava.ijdk.util.jar.JarFile
 
WriteOptionType - Enum in org.incava.ijdk.io
Options for writing/"printing" files.
writeToJarStream(JarOutputStream) - Method in class org.incava.ijdk.util.jar.JarEntry
 

X

X11Colors - Class in org.incava.ijdk.util
 
X11Colors() - Constructor for class org.incava.ijdk.util.X11Colors
 

Y

YELLOW - Static variable in class org.incava.ijdk.util.ANSI
 
YELLOW - Static variable in class org.incava.ijdk.util.X11Colors
 
YELLOW_1 - Static variable in class org.incava.ijdk.util.X11Colors
 
YELLOW_2 - Static variable in class org.incava.ijdk.util.X11Colors
 
YELLOW_3 - Static variable in class org.incava.ijdk.util.X11Colors
 
YELLOW_4 - Static variable in class org.incava.ijdk.util.X11Colors
 
YELLOW_GREEN - Static variable in class org.incava.ijdk.util.X11Colors
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y