A B C D E F G H I K L M N O P R S T U V W X Z _

A

AbstractAllCodePointsEvaluated - Class in com.vgrs.xcode.idna.contextualrule
Abstract class to indicate that all code points have been evaluated.
AbstractAllCodePointsEvaluated() - Constructor for class com.vgrs.xcode.idna.contextualrule.AbstractAllCodePointsEvaluated
 
AbstractAllCodePointsNotEvaluated - Class in com.vgrs.xcode.idna.contextualrule
Abstract class to indicate that all code points have been evaluated.
AbstractAllCodePointsNotEvaluated() - Constructor for class com.vgrs.xcode.idna.contextualrule.AbstractAllCodePointsNotEvaluated
 
AbstractArabicIndicDigitsCodePoints - Class in com.vgrs.xcode.idna.contextualrule
Class containing the Arabic Indic digits and Extended Arabic Indic digits.
AbstractArabicIndicDigitsCodePoints() - Constructor for class com.vgrs.xcode.idna.contextualrule.AbstractArabicIndicDigitsCodePoints
 
AbstractContextualRule - Class in com.vgrs.xcode.idna.contextualrule
Parent class to be inherited by all class that implement the ContextualRule interface.
AbstractContextualRule() - Constructor for class com.vgrs.xcode.idna.contextualrule.AbstractContextualRule
 
AbstractJoinerCodePointRule - Class in com.vgrs.xcode.idna.contextualrule
Parent class to be inherited by the contextual rules that deal with zero width joiner/non-joiner contextual rules.
AbstractJoinerCodePointRule() - Constructor for class com.vgrs.xcode.idna.contextualrule.AbstractJoinerCodePointRule
 
Ace - Class in com.vgrs.xcode.idna
An abstract class implementing logic common to all ASCII Compatible Encodings.
Ace(String, boolean) - Constructor for class com.vgrs.xcode.idna.Ace
 
ACE_DECODE_NOT_STD3ASCII() - Static method in class com.vgrs.xcode.util.XcodeError
 
ACE_DECODE_NOT_STD3ASCII(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
ACE_DELIMITER - Static variable in class com.vgrs.xcode.idna.Idna
Stores the Unicode character used to delimit domain labels in an ASCII Compatible Encoding sequence.
ACE_ENCODE_INVALID_OUTPUT_LENGTH() - Static method in class com.vgrs.xcode.util.XcodeError
 
ACE_ENCODE_INVALID_OUTPUT_LENGTH(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
ACE_ENCODE_NOT_STD3ASCII() - Static method in class com.vgrs.xcode.util.XcodeError
 
ACE_ENCODE_NOT_STD3ASCII(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
ACE_ENCODE_PREFIX_FOUND() - Static method in class com.vgrs.xcode.util.XcodeError
 
ACE_ENCODE_PREFIX_FOUND(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
ACE_ENCODE_VALID_PREFIX() - Static method in class com.vgrs.xcode.util.XcodeError
 
ACE_ENCODE_VALID_PREFIX(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
actionPerformed(ActionEvent) - Method in class com.vgrs.xcode.gui.Converter
Implemented via contract with ActionListener.
add(int) - Method in interface com.vgrs.xcode.common.Filter
Adds the given code point to the filter
add(Collection<Range>) - Method in interface com.vgrs.xcode.common.Filter
Stores the collection of Range objects in the filter
add(Range) - Method in interface com.vgrs.xcode.common.Filter
Adds the given range to the filter
add(Range[]) - Method in interface com.vgrs.xcode.common.Filter
Adds an array of Range objects to the filter
add(Collection<Range>) - Method in class com.vgrs.xcode.common.UnicodeFilter
 
add(int) - Method in class com.vgrs.xcode.common.UnicodeFilter
 
add(Range) - Method in class com.vgrs.xcode.common.UnicodeFilter
Store a range of integers in the UnicodeFilter.
add(Range[]) - Method in class com.vgrs.xcode.common.UnicodeFilter
 
add(int) - Method in class gnu.trove.list.array.TIntArrayList
Adds val to the end of the list, growing as needed.
add(int[]) - Method in class gnu.trove.list.array.TIntArrayList
Adds the values in the array vals to the end of the list, in order.
add(int[], int, int) - Method in class gnu.trove.list.array.TIntArrayList
Adds a subset of the values in the array vals to the end of the list, in order.
add(long) - Method in class gnu.trove.list.array.TLongArrayList
Adds val to the end of the list, growing as needed.
add(long[]) - Method in class gnu.trove.list.array.TLongArrayList
Adds the values in the array vals to the end of the list, in order.
add(long[], int, int) - Method in class gnu.trove.list.array.TLongArrayList
Adds a subset of the values in the array vals to the end of the list, in order.
add(int) - Method in interface gnu.trove.list.TIntList
Adds val to the end of the list, growing as needed.
add(int[]) - Method in interface gnu.trove.list.TIntList
Adds the values in the array vals to the end of the list, in order.
add(int[], int, int) - Method in interface gnu.trove.list.TIntList
Adds a subset of the values in the array vals to the end of the list, in order.
add(long) - Method in interface gnu.trove.list.TLongList
Adds val to the end of the list, growing as needed.
add(long[]) - Method in interface gnu.trove.list.TLongList
Adds the values in the array vals to the end of the list, in order.
add(long[], int, int) - Method in interface gnu.trove.list.TLongList
Adds a subset of the values in the array vals to the end of the list, in order.
add(int) - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
Unsupported when operating upon a Key Set view of a TIntCharMap

Inserts a value into the set.

add(char) - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
 
add(int) - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
Unsupported when operating upon a Key Set view of a TIntIntMap

Inserts a value into the set.

add(int) - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
 
add(int) - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
Unsupported when operating upon a Key Set view of a TIntLongMap

Inserts a value into the set.

add(long) - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
 
add(long) - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
Unsupported when operating upon a Key Set view of a TLongIntMap

Inserts a value into the set.

add(int) - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
 
add(long) - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
Unsupported when operating upon a Key Set view of a TLongLongMap

Inserts a value into the set.

add(long) - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
 
add(int) - Method in class gnu.trove.set.hash.TIntHashSet
Inserts a value into the set.
add(long) - Method in class gnu.trove.set.hash.TLongHashSet
Inserts a value into the set.
add(int) - Method in interface gnu.trove.set.TIntSet
Inserts a value into the set.
add(long) - Method in interface gnu.trove.set.TLongSet
Inserts a value into the set.
add(char) - Method in interface gnu.trove.TCharCollection
Inserts a value into the collection.
add(int) - Method in interface gnu.trove.TIntCollection
Inserts a value into the collection.
add(long) - Method in interface gnu.trove.TLongCollection
Inserts a value into the collection.
addAll(Collection<? extends Integer>) - Method in class gnu.trove.list.array.TIntArrayList
Adds all of the elements in collection to the collection.
addAll(int[]) - Method in class gnu.trove.list.array.TIntArrayList
Adds all of the elements in the array to the collection.
addAll(TIntCollection) - Method in class gnu.trove.list.array.TIntArrayList
Adds all of the elements in the TIntCollection to the collection.
addAll(Collection<? extends Long>) - Method in class gnu.trove.list.array.TLongArrayList
Adds all of the elements in collection to the collection.
addAll(long[]) - Method in class gnu.trove.list.array.TLongArrayList
Adds all of the elements in the array to the collection.
addAll(TLongCollection) - Method in class gnu.trove.list.array.TLongArrayList
Adds all of the elements in the TLongCollection to the collection.
addAll(Collection<? extends Integer>) - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
Unsupported when operating upon a Key Set view of a TIntCharMap

Adds all of the elements in collection to the set.

addAll(int[]) - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
Unsupported when operating upon a Key Set view of a TIntCharMap

Adds all of the elements in the array to the set.

addAll(TIntCollection) - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
Unsupported when operating upon a Key Set view of a TIntCharMap

Adds all of the elements in the TIntCollection to the set.

addAll(char[]) - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
Adds all of the elements in the array to the collection.
addAll(Collection<? extends Character>) - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
Adds all of the elements in collection to the collection.
addAll(TCharCollection) - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
Adds all of the elements in the TCharCollection to the collection.
addAll(Collection<? extends Integer>) - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
Unsupported when operating upon a Key Set view of a TIntIntMap

Adds all of the elements in collection to the set.

addAll(int[]) - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
Unsupported when operating upon a Key Set view of a TIntIntMap

Adds all of the elements in the array to the set.

addAll(TIntCollection) - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
Unsupported when operating upon a Key Set view of a TIntIntMap

Adds all of the elements in the TIntCollection to the set.

addAll(Collection<? extends Integer>) - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
Adds all of the elements in collection to the collection.
addAll(int[]) - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
Adds all of the elements in the array to the collection.
addAll(TIntCollection) - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
Adds all of the elements in the TIntCollection to the collection.
addAll(Collection<? extends Integer>) - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
Unsupported when operating upon a Key Set view of a TIntLongMap

Adds all of the elements in collection to the set.

addAll(int[]) - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
Unsupported when operating upon a Key Set view of a TIntLongMap

Adds all of the elements in the array to the set.

addAll(TIntCollection) - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
Unsupported when operating upon a Key Set view of a TIntLongMap

Adds all of the elements in the TIntCollection to the set.

addAll(Collection<? extends Long>) - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
Adds all of the elements in collection to the collection.
addAll(long[]) - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
Adds all of the elements in the array to the collection.
addAll(TLongCollection) - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
Adds all of the elements in the TLongCollection to the collection.
addAll(Collection<? extends Long>) - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
Unsupported when operating upon a Key Set view of a TLongIntMap

Adds all of the elements in collection to the set.

addAll(long[]) - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
Unsupported when operating upon a Key Set view of a TLongIntMap

Adds all of the elements in the array to the set.

addAll(TLongCollection) - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
Unsupported when operating upon a Key Set view of a TLongIntMap

Adds all of the elements in the TLongCollection to the set.

addAll(Collection<? extends Integer>) - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
Adds all of the elements in collection to the collection.
addAll(int[]) - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
Adds all of the elements in the array to the collection.
addAll(TIntCollection) - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
Adds all of the elements in the TIntCollection to the collection.
addAll(Collection<? extends Long>) - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
Unsupported when operating upon a Key Set view of a TLongLongMap

Adds all of the elements in collection to the set.

addAll(long[]) - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
Unsupported when operating upon a Key Set view of a TLongLongMap

Adds all of the elements in the array to the set.

addAll(TLongCollection) - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
Unsupported when operating upon a Key Set view of a TLongLongMap

Adds all of the elements in the TLongCollection to the set.

addAll(Collection<? extends Long>) - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
Adds all of the elements in collection to the collection.
addAll(long[]) - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
Adds all of the elements in the array to the collection.
addAll(TLongCollection) - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
Adds all of the elements in the TLongCollection to the collection.
addAll(Collection<? extends Integer>) - Method in class gnu.trove.set.hash.TIntHashSet
Adds all of the elements in collection to the set.
addAll(int[]) - Method in class gnu.trove.set.hash.TIntHashSet
Adds all of the elements in the array to the set.
addAll(TIntCollection) - Method in class gnu.trove.set.hash.TIntHashSet
Adds all of the elements in the TIntCollection to the set.
addAll(Collection<? extends Long>) - Method in class gnu.trove.set.hash.TLongHashSet
Adds all of the elements in collection to the set.
addAll(long[]) - Method in class gnu.trove.set.hash.TLongHashSet
Adds all of the elements in the array to the set.
addAll(TLongCollection) - Method in class gnu.trove.set.hash.TLongHashSet
Adds all of the elements in the TLongCollection to the set.
addAll(Collection<? extends Integer>) - Method in interface gnu.trove.set.TIntSet
Adds all of the elements in collection to the set.
addAll(int[]) - Method in interface gnu.trove.set.TIntSet
Adds all of the elements in the array to the set.
addAll(TIntCollection) - Method in interface gnu.trove.set.TIntSet
Adds all of the elements in the TIntCollection to the set.
addAll(Collection<? extends Long>) - Method in interface gnu.trove.set.TLongSet
Adds all of the elements in collection to the set.
addAll(long[]) - Method in interface gnu.trove.set.TLongSet
Adds all of the elements in the array to the set.
addAll(TLongCollection) - Method in interface gnu.trove.set.TLongSet
Adds all of the elements in the TLongCollection to the set.
addAll(char[]) - Method in interface gnu.trove.TCharCollection
Adds all of the elements in the array to the collection.
addAll(Collection<? extends Character>) - Method in interface gnu.trove.TCharCollection
Adds all of the elements in collection to the collection.
addAll(TCharCollection) - Method in interface gnu.trove.TCharCollection
Adds all of the elements in the TCharCollection to the collection.
addAll(Collection<? extends Integer>) - Method in interface gnu.trove.TIntCollection
Adds all of the elements in collection to the collection.
addAll(int[]) - Method in interface gnu.trove.TIntCollection
Adds all of the elements in the array to the collection.
addAll(TIntCollection) - Method in interface gnu.trove.TIntCollection
Adds all of the elements in the TIntCollection to the collection.
addAll(Collection<? extends Long>) - Method in interface gnu.trove.TLongCollection
Adds all of the elements in collection to the collection.
addAll(long[]) - Method in interface gnu.trove.TLongCollection
Adds all of the elements in the array to the collection.
addAll(TLongCollection) - Method in interface gnu.trove.TLongCollection
Adds all of the elements in the TLongCollection to the collection.
adjustOrPutValue(int, char, char) - Method in class gnu.trove.map.hash.TIntCharHashMap
Adjusts the primitive value mapped to the key if the key is present in the map.
adjustOrPutValue(int, int, int) - Method in class gnu.trove.map.hash.TIntIntHashMap
Adjusts the primitive value mapped to the key if the key is present in the map.
adjustOrPutValue(int, long, long) - Method in class gnu.trove.map.hash.TIntLongHashMap
Adjusts the primitive value mapped to the key if the key is present in the map.
adjustOrPutValue(long, int, int) - Method in class gnu.trove.map.hash.TLongIntHashMap
Adjusts the primitive value mapped to the key if the key is present in the map.
adjustOrPutValue(long, long, long) - Method in class gnu.trove.map.hash.TLongLongHashMap
Adjusts the primitive value mapped to the key if the key is present in the map.
adjustOrPutValue(K, int, int) - Method in class gnu.trove.map.hash.TObjectIntHashMap
Adjusts the primitive value mapped to the key if the key is present in the map.
adjustOrPutValue(K, long, long) - Method in class gnu.trove.map.hash.TObjectLongHashMap
Adjusts the primitive value mapped to the key if the key is present in the map.
adjustOrPutValue(int, char, char) - Method in interface gnu.trove.map.TIntCharMap
Adjusts the primitive value mapped to the key if the key is present in the map.
adjustOrPutValue(int, int, int) - Method in interface gnu.trove.map.TIntIntMap
Adjusts the primitive value mapped to the key if the key is present in the map.
adjustOrPutValue(int, long, long) - Method in interface gnu.trove.map.TIntLongMap
Adjusts the primitive value mapped to the key if the key is present in the map.
adjustOrPutValue(long, int, int) - Method in interface gnu.trove.map.TLongIntMap
Adjusts the primitive value mapped to the key if the key is present in the map.
adjustOrPutValue(long, long, long) - Method in interface gnu.trove.map.TLongLongMap
Adjusts the primitive value mapped to the key if the key is present in the map.
adjustOrPutValue(K, int, int) - Method in interface gnu.trove.map.TObjectIntMap
Adjusts the primitive value mapped to the key if the key is present in the map.
adjustOrPutValue(K, long, long) - Method in interface gnu.trove.map.TObjectLongMap
Adjusts the primitive value mapped to the key if the key is present in the map.
adjustValue(int, char) - Method in class gnu.trove.map.hash.TIntCharHashMap
Adjusts the primitive value mapped to key.
adjustValue(int, int) - Method in class gnu.trove.map.hash.TIntIntHashMap
Adjusts the primitive value mapped to key.
adjustValue(int, long) - Method in class gnu.trove.map.hash.TIntLongHashMap
Adjusts the primitive value mapped to key.
adjustValue(long, int) - Method in class gnu.trove.map.hash.TLongIntHashMap
Adjusts the primitive value mapped to key.
adjustValue(long, long) - Method in class gnu.trove.map.hash.TLongLongHashMap
Adjusts the primitive value mapped to key.
adjustValue(K, int) - Method in class gnu.trove.map.hash.TObjectIntHashMap
Adjusts the primitive value mapped to key.
adjustValue(K, long) - Method in class gnu.trove.map.hash.TObjectLongHashMap
Adjusts the primitive value mapped to key.
adjustValue(int, char) - Method in interface gnu.trove.map.TIntCharMap
Adjusts the primitive value mapped to key.
adjustValue(int, int) - Method in interface gnu.trove.map.TIntIntMap
Adjusts the primitive value mapped to key.
adjustValue(int, long) - Method in interface gnu.trove.map.TIntLongMap
Adjusts the primitive value mapped to key.
adjustValue(long, int) - Method in interface gnu.trove.map.TLongIntMap
Adjusts the primitive value mapped to key.
adjustValue(long, long) - Method in interface gnu.trove.map.TLongLongMap
Adjusts the primitive value mapped to key.
adjustValue(K, int) - Method in interface gnu.trove.map.TObjectIntMap
Adjusts the primitive value mapped to key.
adjustValue(K, long) - Method in interface gnu.trove.map.TObjectLongMap
Adjusts the primitive value mapped to key.
advance() - Method in interface gnu.trove.iterator.TAdvancingIterator
Moves the iterator forward to the next entry.
ALL_CODE_POINTS_EVALUATED_FALSE - Static variable in interface com.vgrs.xcode.idna.contextualrule.ContextualRule
 
ALL_CODE_POINTS_EVALUATED_TRUE - Static variable in interface com.vgrs.xcode.idna.contextualrule.ContextualRule
Booleans to specify if all code points in the rule have been evaluated.
allCodePointsEvaluated() - Method in class com.vgrs.xcode.idna.contextualrule.AbstractAllCodePointsEvaluated
By default this method return true.
allCodePointsEvaluated() - Method in class com.vgrs.xcode.idna.contextualrule.AbstractAllCodePointsNotEvaluated
By default this method return false.
allCodePointsEvaluated() - Method in interface com.vgrs.xcode.idna.contextualrule.ContextualRule
 
ANCIENT_GREEK_MUSICAL_NOTATION - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
Animation - Class in com.vgrs.xcode.gui
A class used to implement a browser like animation that only runs during calculation.
Animation(String[], int, int, int) - Constructor for class com.vgrs.xcode.gui.Animation
Construct an Animation object.
ArabicIndicDigitsRule - Class in com.vgrs.xcode.idna.contextualrule
Arabic Indic Digits Contextual Rule Code Point : U+0660..U+0669 Rule : If cp .in.
ArabicIndicDigitsRule() - Constructor for class com.vgrs.xcode.idna.contextualrule.ArabicIndicDigitsRule
 
assertAll(int[]) - Method in interface com.vgrs.xcode.common.Filter
Asserts that the input array of code points exist in the filter.
assertAll(int[]) - Method in class com.vgrs.xcode.common.UnicodeFilter
 
assertCompliance(int[]) - Static method in class com.vgrs.xcode.idna.Bidi
Asserts that the given Unicode code points are in compliance with the IDNA2008 BIDI rules.
assertNoDisallowedOrUnassignedCodePoints(int[]) - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
Assert that none of the code points are either UNASSIGNED or DISALLOWED.
assertNone(int[]) - Method in interface com.vgrs.xcode.common.Filter
Asserts that none of the input array of code points exist in the filter.
assertNone(int[]) - Method in class com.vgrs.xcode.common.UnicodeFilter
We know the exact offending codepoint at test time.
assertNormalized(int[]) - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
Assert that the given set of code points are in NFC normalized form.
assertValid(int) - Static method in class com.vgrs.xcode.common.Unicode
Assert that the specified value is a Unicode codepoint
assertValid(int[]) - Static method in class com.vgrs.xcode.common.Unicode
Assert that the specified values are Unicode codepoints
assertValid(Range) - Static method in class com.vgrs.xcode.common.Unicode
Assert that the specified values are Unicode codepoints

B

Base32 - Class in com.vgrs.xcode.common
Implements a Base 32 algorithm with encode and decode operations.
Base32() - Constructor for class com.vgrs.xcode.common.Base32
 
BASE32_DECODE_BIT_OVERFLOW() - Static method in class com.vgrs.xcode.util.XcodeError
 
BASE32_DECODE_BIT_OVERFLOW(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
BASE32_DECODE_INVALID_BIT_SEQUENCE() - Static method in class com.vgrs.xcode.util.XcodeError
 
BASE32_DECODE_INVALID_BIT_SEQUENCE(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
BASE32_DECODE_INVALID_SIZE() - Static method in class com.vgrs.xcode.util.XcodeError
 
BASE32_DECODE_INVALID_SIZE(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
BASE32_DEMAP_INVALID_BASE32_CHAR() - Static method in class com.vgrs.xcode.util.XcodeError
 
BASE32_DEMAP_INVALID_BASE32_CHAR(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
BASE32_ENCODE_BIT_OVERFLOW() - Static method in class com.vgrs.xcode.util.XcodeError
 
BASE32_ENCODE_BIT_OVERFLOW(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
BASE32_MAP_BIT_OVERFLOW() - Static method in class com.vgrs.xcode.util.XcodeError
 
BASE32_MAP_BIT_OVERFLOW(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
Base32CmdLine - Class in com.vgrs.xcode.cmdline.common
This class converts a string of binary bytes into an ASCII compatible sequence using only the characters [a-z, 2-7].
Base32CmdLine(String[]) - Constructor for class com.vgrs.xcode.cmdline.common.Base32CmdLine
 
Bidi - Class in com.vgrs.xcode.idna
This class implements the IDNA2008 BIDI rules.
Bidi() - Constructor for class com.vgrs.xcode.idna.Bidi
 
BIDI_AL - Static variable in class com.vgrs.xcode.idna.Bidi
 
BIDI_AN - Static variable in class com.vgrs.xcode.idna.Bidi
 
BIDI_BN - Static variable in class com.vgrs.xcode.idna.Bidi
 
BIDI_CS - Static variable in class com.vgrs.xcode.idna.Bidi
 
BIDI_EN - Static variable in class com.vgrs.xcode.idna.Bidi
 
BIDI_ES - Static variable in class com.vgrs.xcode.idna.Bidi
 
BIDI_ET - Static variable in class com.vgrs.xcode.idna.Bidi
 
BIDI_L - Static variable in class com.vgrs.xcode.idna.Bidi
 
BIDI_NSM - Static variable in class com.vgrs.xcode.idna.Bidi
 
BIDI_ON - Static variable in class com.vgrs.xcode.idna.Bidi
 
BIDI_R - Static variable in class com.vgrs.xcode.idna.Bidi
 
BIDI_RULE_1_VIOLATION() - Static method in class com.vgrs.xcode.util.XcodeError
 
BIDI_RULE_1_VIOLATION(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
BIDI_RULE_2_VIOLATION() - Static method in class com.vgrs.xcode.util.XcodeError
 
BIDI_RULE_2_VIOLATION(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
BIDI_RULE_3_VIOLATION() - Static method in class com.vgrs.xcode.util.XcodeError
 
BIDI_RULE_3_VIOLATION(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
BIDI_RULE_4_VIOLATION() - Static method in class com.vgrs.xcode.util.XcodeError
 
BIDI_RULE_4_VIOLATION(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
BIDI_RULE_5_VIOLATION() - Static method in class com.vgrs.xcode.util.XcodeError
 
BIDI_RULE_5_VIOLATION(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
BIDI_RULE_6_VIOLATION() - Static method in class com.vgrs.xcode.util.XcodeError
 
BIDI_RULE_6_VIOLATION(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
BidiCmdLine - Class in com.vgrs.xcode.cmdline.idna
This class asserts that the given set of Unicode code points are in compliance with IDNA2008 Bidi rules.
BidiCmdLine(String[]) - Constructor for class com.vgrs.xcode.cmdline.idna.BidiCmdLine
 
binarySearch(int) - Method in class gnu.trove.list.array.TIntArrayList
Performs a binary search for value in the entire list.
binarySearch(int, int, int) - Method in class gnu.trove.list.array.TIntArrayList
Performs a binary search for value in the specified range.
binarySearch(long) - Method in class gnu.trove.list.array.TLongArrayList
Performs a binary search for value in the entire list.
binarySearch(long, int, int) - Method in class gnu.trove.list.array.TLongArrayList
Performs a binary search for value in the specified range.
binarySearch(int) - Method in interface gnu.trove.list.TIntList
Performs a binary search for value in the entire list.
binarySearch(int, int, int) - Method in interface gnu.trove.list.TIntList
Performs a binary search for value in the specified range.
binarySearch(long) - Method in interface gnu.trove.list.TLongList
Performs a binary search for value in the entire list.
binarySearch(long, int, int) - Method in interface gnu.trove.list.TLongList
Performs a binary search for value in the specified range.
BLOCKS_DATA - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 

C

calculateGrownCapacity() - Method in class gnu.trove.impl.hash.THash
 
CANNOT_BE_NORMALIZED - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
Normalized input or not
CanonicalCombiningClass - Enum in com.vgrs.xcode.idna
Each assigned Unicode code point has a canonical combining class property.
capacity() - Method in class gnu.trove.impl.hash.THash
 
capacity() - Method in class gnu.trove.impl.hash.TObjectHash
 
capacity() - Method in class gnu.trove.impl.hash.TPrimitiveHash
Returns the capacity of the hash table.
caretUpdate(CaretEvent) - Method in class com.vgrs.xcode.gui.Converter
Implemented via contract with CaretListener.
CHARMAP_LABEL_ELIMINATION() - Static method in class com.vgrs.xcode.util.XcodeError
 
CHARMAP_LABEL_ELIMINATION(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
CHARMAP_OVERFLOW() - Static method in class com.vgrs.xcode.util.XcodeError
 
CHARMAP_OVERFLOW(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
checkIfCpBeforeIsVirama(int, int[]) - Method in class com.vgrs.xcode.idna.contextualrule.AbstractJoinerCodePointRule
Checks if the canonical combining class of the code point before the zero width joiner/non-joiner code point is "Virama".
clear() - Method in class gnu.trove.impl.hash.THash
Empties the collection.
clear() - Method in class gnu.trove.list.array.TIntArrayList
Flushes the internal state of the list, resetting the capacity to the default.
clear(int) - Method in class gnu.trove.list.array.TIntArrayList
Flushes the internal state of the list, setting the capacity of the empty list to capacity.
clear() - Method in class gnu.trove.list.array.TLongArrayList
Flushes the internal state of the list, resetting the capacity to the default.
clear(int) - Method in class gnu.trove.list.array.TLongArrayList
Flushes the internal state of the list, setting the capacity of the empty list to capacity.
clear() - Method in interface gnu.trove.list.TIntList
Flushes the internal state of the list, resetting the capacity to the default.
clear() - Method in interface gnu.trove.list.TLongList
Flushes the internal state of the list, resetting the capacity to the default.
clear() - Method in class gnu.trove.map.hash.THashMap
Empties the map.
clear() - Method in class gnu.trove.map.hash.TIntCharHashMap
Empties the collection.
clear() - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
Empties the set.
clear() - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
Empties the collection.
clear() - Method in class gnu.trove.map.hash.TIntIntHashMap
Empties the collection.
clear() - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
Empties the set.
clear() - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
Empties the collection.
clear() - Method in class gnu.trove.map.hash.TIntLongHashMap
Empties the collection.
clear() - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
Empties the set.
clear() - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
Empties the collection.
clear() - Method in class gnu.trove.map.hash.TIntObjectHashMap
Empties the collection.
clear() - Method in class gnu.trove.map.hash.TLongIntHashMap
Empties the collection.
clear() - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
Empties the set.
clear() - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
Empties the collection.
clear() - Method in class gnu.trove.map.hash.TLongLongHashMap
Empties the collection.
clear() - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
Empties the set.
clear() - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
Empties the collection.
clear() - Method in class gnu.trove.map.hash.TLongObjectHashMap
Empties the collection.
clear() - Method in class gnu.trove.map.hash.TObjectIntHashMap
Empties the collection.
clear() - Method in class gnu.trove.map.hash.TObjectLongHashMap
Empties the collection.
clear() - Method in interface gnu.trove.map.TIntCharMap
Empties the map.
clear() - Method in interface gnu.trove.map.TIntIntMap
Empties the map.
clear() - Method in interface gnu.trove.map.TIntLongMap
Empties the map.
clear() - Method in interface gnu.trove.map.TIntObjectMap
Removes all of the mappings from this map (optional operation).
clear() - Method in interface gnu.trove.map.TLongIntMap
Empties the map.
clear() - Method in interface gnu.trove.map.TLongLongMap
Empties the map.
clear() - Method in interface gnu.trove.map.TLongObjectMap
Removes all of the mappings from this map (optional operation).
clear() - Method in interface gnu.trove.map.TObjectIntMap
Removes all of the mappings from this map (optional operation).
clear() - Method in interface gnu.trove.map.TObjectLongMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class gnu.trove.set.hash.TIntHashSet
Empties the collection.
clear() - Method in class gnu.trove.set.hash.TLongHashSet
Empties the collection.
clear() - Method in interface gnu.trove.set.TIntSet
Empties the set.
clear() - Method in interface gnu.trove.set.TLongSet
Empties the set.
clear() - Method in interface gnu.trove.TCharCollection
Empties the collection.
clear() - Method in interface gnu.trove.TIntCollection
Empties the collection.
clear() - Method in interface gnu.trove.TLongCollection
Empties the collection.
CmdLine - Class in com.vgrs.xcode.cmdline
This class is to be extended by all the command line classes in the com.vgrs.xcode.cmdline package to provide a uniform way to parse command line arguments.
CmdLine(String[]) - Constructor for class com.vgrs.xcode.cmdline.CmdLine
 
com.vgrs.xcode.cmdline - package com.vgrs.xcode.cmdline
 
com.vgrs.xcode.cmdline.common - package com.vgrs.xcode.cmdline.common
 
com.vgrs.xcode.cmdline.ext - package com.vgrs.xcode.cmdline.ext
 
com.vgrs.xcode.cmdline.idna - package com.vgrs.xcode.cmdline.idna
 
com.vgrs.xcode.cmdline.unicodedata - package com.vgrs.xcode.cmdline.unicodedata
 
com.vgrs.xcode.common - package com.vgrs.xcode.common
 
com.vgrs.xcode.common.unicodedata - package com.vgrs.xcode.common.unicodedata
 
com.vgrs.xcode.ext - package com.vgrs.xcode.ext
 
com.vgrs.xcode.gui - package com.vgrs.xcode.gui
 
com.vgrs.xcode.idna - package com.vgrs.xcode.idna
 
com.vgrs.xcode.idna.contextualrule - package com.vgrs.xcode.idna.contextualrule
 
com.vgrs.xcode.util - package com.vgrs.xcode.util
 
COMBINING_DIACRITICAL_MARKS_FOR_SYMBOLS - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
CommandLineArgs - Class in com.vgrs.xcode.cmdline
Collect command line arguments into a set of data structures which are easy to interrogate.
CommandLineArgs() - Constructor for class com.vgrs.xcode.cmdline.CommandLineArgs
 
CommandLineArgs(String[]) - Constructor for class com.vgrs.xcode.cmdline.CommandLineArgs
 
COMMINGLEFILTER_VIOLATION() - Static method in class com.vgrs.xcode.util.XcodeError
 
COMMINGLEFILTER_VIOLATION(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
COMMON_SCRIPT - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
compact() - Method in class gnu.trove.impl.hash.THash
Compresses the hashtable to the minimum prime size (as defined by PrimeFinder) that will hold all of the elements currently in the table.
compareTo(Range) - Method in class com.vgrs.xcode.common.Range
Comparator to efficiently sort while storing this class in java.util.Collections.
COMPOSITION_EXCLUSIONS_DATA - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
computeMaxSize(int) - Method in class gnu.trove.impl.hash.THash
Computes the values of maxSize.
computeNextAutoCompactionAmount(int) - Method in class gnu.trove.impl.hash.THash
Computes the number of removes that need to happen before the next auto-compaction will occur.
Constants - Class in gnu.trove.impl
Central location for constants needed by various implementations.
Constants() - Constructor for class gnu.trove.impl.Constants
 
contains(int) - Method in class gnu.trove.impl.hash.TIntCharHash
Searches the set for val
contains(int) - Method in class gnu.trove.impl.hash.TIntHash
Searches the set for val
contains(int) - Method in class gnu.trove.impl.hash.TIntIntHash
Searches the set for val
contains(int) - Method in class gnu.trove.impl.hash.TIntLongHash
Searches the set for val
contains(long) - Method in class gnu.trove.impl.hash.TLongHash
Searches the set for val
contains(long) - Method in class gnu.trove.impl.hash.TLongIntHash
Searches the set for val
contains(long) - Method in class gnu.trove.impl.hash.TLongLongHash
Searches the set for val
contains(Object) - Method in class gnu.trove.impl.hash.TObjectHash
Searches the set for obj
contains(int) - Method in class gnu.trove.list.array.TIntArrayList
Searches the list for value
contains(long) - Method in class gnu.trove.list.array.TLongArrayList
Searches the list for value
contains(int) - Method in interface gnu.trove.list.TIntList
Searches the list for value
contains(long) - Method in interface gnu.trove.list.TLongList
Searches the list for value
contains(int) - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
Returns true if this set contains the specified element.
contains(char) - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
Returns true if this collection contains the specified element.
contains(int) - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
Returns true if this set contains the specified element.
contains(int) - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
Returns true if this collection contains the specified element.
contains(int) - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
Returns true if this set contains the specified element.
contains(long) - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
Returns true if this collection contains the specified element.
contains(long) - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
Returns true if this set contains the specified element.
contains(int) - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
Returns true if this collection contains the specified element.
contains(long) - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
Returns true if this set contains the specified element.
contains(long) - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
Returns true if this collection contains the specified element.
contains(int) - Method in interface gnu.trove.set.TIntSet
Returns true if this set contains the specified element.
contains(long) - Method in interface gnu.trove.set.TLongSet
Returns true if this set contains the specified element.
contains(char) - Method in interface gnu.trove.TCharCollection
Returns true if this collection contains the specified element.
contains(int) - Method in interface gnu.trove.TIntCollection
Returns true if this collection contains the specified element.
contains(long) - Method in interface gnu.trove.TLongCollection
Returns true if this collection contains the specified element.
containsAll(Collection<?>) - Method in class gnu.trove.list.array.TIntArrayList
Tests the collection to determine if all of the elements in collection are present.
containsAll(int[]) - Method in class gnu.trove.list.array.TIntArrayList
Tests the collection to determine if all of the elements in array are present.
containsAll(TIntCollection) - Method in class gnu.trove.list.array.TIntArrayList
Tests the collection to determine if all of the elements in TIntCollection are present.
containsAll(Collection<?>) - Method in class gnu.trove.list.array.TLongArrayList
Tests the collection to determine if all of the elements in collection are present.
containsAll(long[]) - Method in class gnu.trove.list.array.TLongArrayList
Tests the collection to determine if all of the elements in array are present.
containsAll(TLongCollection) - Method in class gnu.trove.list.array.TLongArrayList
Tests the collection to determine if all of the elements in TLongCollection are present.
containsAll(Collection<?>) - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
Tests the set to determine if all of the elements in collection are present.
containsAll(int[]) - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
Tests the set to determine if all of the elements in array are present.
containsAll(TIntCollection) - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
Tests the set to determine if all of the elements in TIntCollection are present.
containsAll(char[]) - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
Tests the collection to determine if all of the elements in array are present.
containsAll(Collection<?>) - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
Tests the collection to determine if all of the elements in collection are present.
containsAll(TCharCollection) - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
Tests the collection to determine if all of the elements in TCharCollection are present.
containsAll(Collection<?>) - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
Tests the set to determine if all of the elements in collection are present.
containsAll(int[]) - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
Tests the set to determine if all of the elements in array are present.
containsAll(TIntCollection) - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
Tests the set to determine if all of the elements in TIntCollection are present.
containsAll(Collection<?>) - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
Tests the collection to determine if all of the elements in collection are present.
containsAll(int[]) - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
Tests the collection to determine if all of the elements in array are present.
containsAll(TIntCollection) - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
Tests the collection to determine if all of the elements in TIntCollection are present.
containsAll(Collection<?>) - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
Tests the set to determine if all of the elements in collection are present.
containsAll(int[]) - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
Tests the set to determine if all of the elements in array are present.
containsAll(TIntCollection) - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
Tests the set to determine if all of the elements in TIntCollection are present.
containsAll(Collection<?>) - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
Tests the collection to determine if all of the elements in collection are present.
containsAll(long[]) - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
Tests the collection to determine if all of the elements in array are present.
containsAll(TLongCollection) - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
Tests the collection to determine if all of the elements in TLongCollection are present.
containsAll(Collection<?>) - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
Tests the set to determine if all of the elements in collection are present.
containsAll(long[]) - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
Tests the set to determine if all of the elements in array are present.
containsAll(TLongCollection) - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
Tests the set to determine if all of the elements in TLongCollection are present.
containsAll(Collection<?>) - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
Tests the collection to determine if all of the elements in collection are present.
containsAll(int[]) - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
Tests the collection to determine if all of the elements in array are present.
containsAll(TIntCollection) - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
Tests the collection to determine if all of the elements in TIntCollection are present.
containsAll(Collection<?>) - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
Tests the set to determine if all of the elements in collection are present.
containsAll(long[]) - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
Tests the set to determine if all of the elements in array are present.
containsAll(TLongCollection) - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
Tests the set to determine if all of the elements in TLongCollection are present.
containsAll(Collection<?>) - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
Tests the collection to determine if all of the elements in collection are present.
containsAll(long[]) - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
Tests the collection to determine if all of the elements in array are present.
containsAll(TLongCollection) - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
Tests the collection to determine if all of the elements in TLongCollection are present.
containsAll(Collection<?>) - Method in class gnu.trove.set.hash.TIntHashSet
Tests the set to determine if all of the elements in collection are present.
containsAll(int[]) - Method in class gnu.trove.set.hash.TIntHashSet
Tests the set to determine if all of the elements in array are present.
containsAll(TIntCollection) - Method in class gnu.trove.set.hash.TIntHashSet
Tests the set to determine if all of the elements in TIntCollection are present.
containsAll(Collection<?>) - Method in class gnu.trove.set.hash.TLongHashSet
Tests the set to determine if all of the elements in collection are present.
containsAll(long[]) - Method in class gnu.trove.set.hash.TLongHashSet
Tests the set to determine if all of the elements in array are present.
containsAll(TLongCollection) - Method in class gnu.trove.set.hash.TLongHashSet
Tests the set to determine if all of the elements in TLongCollection are present.
containsAll(Collection<?>) - Method in interface gnu.trove.set.TIntSet
Tests the set to determine if all of the elements in collection are present.
containsAll(int[]) - Method in interface gnu.trove.set.TIntSet
Tests the set to determine if all of the elements in array are present.
containsAll(TIntCollection) - Method in interface gnu.trove.set.TIntSet
Tests the set to determine if all of the elements in TIntCollection are present.
containsAll(Collection<?>) - Method in interface gnu.trove.set.TLongSet
Tests the set to determine if all of the elements in collection are present.
containsAll(long[]) - Method in interface gnu.trove.set.TLongSet
Tests the set to determine if all of the elements in array are present.
containsAll(TLongCollection) - Method in interface gnu.trove.set.TLongSet
Tests the set to determine if all of the elements in TLongCollection are present.
containsAll(char[]) - Method in interface gnu.trove.TCharCollection
Tests the collection to determine if all of the elements in array are present.
containsAll(Collection<?>) - Method in interface gnu.trove.TCharCollection
Tests the collection to determine if all of the elements in collection are present.
containsAll(TCharCollection) - Method in interface gnu.trove.TCharCollection
Tests the collection to determine if all of the elements in TCharCollection are present.
containsAll(Collection<?>) - Method in interface gnu.trove.TIntCollection
Tests the collection to determine if all of the elements in collection are present.
containsAll(int[]) - Method in interface gnu.trove.TIntCollection
Tests the collection to determine if all of the elements in array are present.
containsAll(TIntCollection) - Method in interface gnu.trove.TIntCollection
Tests the collection to determine if all of the elements in TIntCollection are present.
containsAll(Collection<?>) - Method in interface gnu.trove.TLongCollection
Tests the collection to determine if all of the elements in collection are present.
containsAll(long[]) - Method in interface gnu.trove.TLongCollection
Tests the collection to determine if all of the elements in array are present.
containsAll(TLongCollection) - Method in interface gnu.trove.TLongCollection
Tests the collection to determine if all of the elements in TLongCollection are present.
containsElement(Map.Entry<K, V>) - Method in class gnu.trove.map.hash.THashMap.EntryView
 
containsElement(K) - Method in class gnu.trove.map.hash.THashMap.KeyView
 
containsElement(V) - Method in class gnu.trove.map.hash.THashMap.ValueView
 
containsElement(V) - Method in class gnu.trove.map.hash.TIntObjectHashMap.ValueView
 
containsElement(V) - Method in class gnu.trove.map.hash.TLongObjectHashMap.ValueView
 
containsElement(K) - Method in class gnu.trove.map.hash.TObjectIntHashMap.KeyView
 
containsElement(K) - Method in class gnu.trove.map.hash.TObjectLongHashMap.KeyView
 
containsKey(Object) - Method in class gnu.trove.map.hash.THashMap
checks for the present of key in the keys of the map.
containsKey(int) - Method in class gnu.trove.map.hash.TIntCharHashMap
Checks for the present of key in the keys of the map.
containsKey(int) - Method in class gnu.trove.map.hash.TIntIntHashMap
Checks for the present of key in the keys of the map.
containsKey(int) - Method in class gnu.trove.map.hash.TIntLongHashMap
Checks for the present of key in the keys of the map.
containsKey(int) - Method in class gnu.trove.map.hash.TIntObjectHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(long) - Method in class gnu.trove.map.hash.TLongIntHashMap
Checks for the present of key in the keys of the map.
containsKey(long) - Method in class gnu.trove.map.hash.TLongLongHashMap
Checks for the present of key in the keys of the map.
containsKey(long) - Method in class gnu.trove.map.hash.TLongObjectHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class gnu.trove.map.hash.TObjectIntHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class gnu.trove.map.hash.TObjectLongHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(int) - Method in interface gnu.trove.map.TIntCharMap
Checks for the present of key in the keys of the map.
containsKey(int) - Method in interface gnu.trove.map.TIntIntMap
Checks for the present of key in the keys of the map.
containsKey(int) - Method in interface gnu.trove.map.TIntLongMap
Checks for the present of key in the keys of the map.
containsKey(int) - Method in interface gnu.trove.map.TIntObjectMap
Returns true if this map contains a mapping for the specified key.
containsKey(long) - Method in interface gnu.trove.map.TLongIntMap
Checks for the present of key in the keys of the map.
containsKey(long) - Method in interface gnu.trove.map.TLongLongMap
Checks for the present of key in the keys of the map.
containsKey(long) - Method in interface gnu.trove.map.TLongObjectMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface gnu.trove.map.TObjectIntMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface gnu.trove.map.TObjectLongMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class gnu.trove.map.hash.THashMap
checks for the presence of val in the values of the map.
containsValue(char) - Method in class gnu.trove.map.hash.TIntCharHashMap
Checks for the presence of val in the values of the map.
containsValue(int) - Method in class gnu.trove.map.hash.TIntIntHashMap
Checks for the presence of val in the values of the map.
containsValue(long) - Method in class gnu.trove.map.hash.TIntLongHashMap
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.map.hash.TIntObjectHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(int) - Method in class gnu.trove.map.hash.TLongIntHashMap
Checks for the presence of val in the values of the map.
containsValue(long) - Method in class gnu.trove.map.hash.TLongLongHashMap
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in class gnu.trove.map.hash.TLongObjectHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(int) - Method in class gnu.trove.map.hash.TObjectIntHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(long) - Method in class gnu.trove.map.hash.TObjectLongHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(char) - Method in interface gnu.trove.map.TIntCharMap
Checks for the presence of val in the values of the map.
containsValue(int) - Method in interface gnu.trove.map.TIntIntMap
Checks for the presence of val in the values of the map.
containsValue(long) - Method in interface gnu.trove.map.TIntLongMap
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in interface gnu.trove.map.TIntObjectMap
Returns true if this map maps one or more keys to the specified value.
containsValue(int) - Method in interface gnu.trove.map.TLongIntMap
Checks for the presence of val in the values of the map.
containsValue(long) - Method in interface gnu.trove.map.TLongLongMap
Checks for the presence of val in the values of the map.
containsValue(Object) - Method in interface gnu.trove.map.TLongObjectMap
Returns true if this map maps one or more keys to the specified value.
containsValue(int) - Method in interface gnu.trove.map.TObjectIntMap
Returns true if this map maps one or more keys to the specified value.
containsValue(long) - Method in interface gnu.trove.map.TObjectLongMap
Returns true if this map maps one or more keys to the specified value.
ContextualRule - Interface in com.vgrs.xcode.idna.contextualrule
Interface for implementing the contextual rules in IDNA2008 Tables document.
ContextualRulesRegistry - Class in com.vgrs.xcode.idna.contextualrule
This class serves as a registry for all the contextual rules defined in "ContextualRules.properties" file.
ContextualRulesRegistry() - Constructor for class com.vgrs.xcode.idna.contextualrule.ContextualRulesRegistry
 
contract(char[]) - Static method in class com.vgrs.xcode.common.Utf16
Contract a 16 bit sequence into 8 bits.
contract(int[]) - Static method in class com.vgrs.xcode.common.Utf16
Contract a 32 bit sequence into 16 bits.
Convert - Class in com.vgrs.xcode.ext
This routine converts directly between Race, Punycode and Native forms, abstracting any intermediate steps.
Convert() - Constructor for class com.vgrs.xcode.ext.Convert
Construct a new Convert object to transform a single input sequence into one or more encoding forms.
Convert(Punycode, Race) - Constructor for class com.vgrs.xcode.ext.Convert
Construct a new Convert object to transform a single input sequence into one or more encoding forms.
Convert(Punycode, Race, boolean) - Constructor for class com.vgrs.xcode.ext.Convert
Construct a new Convert object to transform a single input sequence into one or more encoding forms.
Convert(Punycode, Race, boolean, boolean) - Constructor for class com.vgrs.xcode.ext.Convert
Construct a new Convert object to transform a single input sequence into one or more encoding forms.
Convert(Idna, Idna, UnicodeFilter) - Constructor for class com.vgrs.xcode.ext.Convert
Construct a new Convert object to transform a single input sequence into one or more encoding forms.
Convert(Idna, Idna) - Constructor for class com.vgrs.xcode.ext.Convert
Construct a new Convert object to transform a single input sequence into one or more encoding forms.
ConvertCmdLine - Class in com.vgrs.xcode.cmdline.ext
This class converts input directly between Race, Punycode, and any Java supported native encoding, bypassing intermediate steps.
ConvertCmdLine(String[]) - Constructor for class com.vgrs.xcode.cmdline.ext.ConvertCmdLine
 
Converter - Class in com.vgrs.xcode.gui
A Graphical User Interface for running IDNA conversions.
Converter() - Constructor for class com.vgrs.xcode.gui.Converter
Create a Converter object which will display on the screen
createRanges(TIntSet) - Static method in class com.vgrs.xcode.util.RangeCreator
Create a Collection<Range> from code points in a TIntSet.
createRanges(TIntList) - Static method in class com.vgrs.xcode.util.RangeCreator
Create a Collection<Range> from code points in a TIntList.

D

Datafile - Class in com.vgrs.xcode.util
Utility methods for retrieving data from files or resources.
Datafile() - Constructor for class com.vgrs.xcode.util.Datafile
 
DCE - Class in com.vgrs.xcode.ext
Makes a sequence of bytes compatible with the Domain Naming System.
DCE() - Constructor for class com.vgrs.xcode.ext.DCE
 
DCE_DECODE_BIT_OVERFLOW() - Static method in class com.vgrs.xcode.util.XcodeError
 
DCE_DECODE_BIT_OVERFLOW(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
DCE_DECODE_INVALID_SIZE() - Static method in class com.vgrs.xcode.util.XcodeError
 
DCE_DECODE_INVALID_SIZE(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
DCE_INVALID_DELIMITER() - Static method in class com.vgrs.xcode.util.XcodeError
 
DCE_INVALID_DELIMITER(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
DCECmdLine - Class in com.vgrs.xcode.cmdline.ext
Makes a sequence of bytes compatible with the Domain Naming System.
DCECmdLine(String[]) - Constructor for class com.vgrs.xcode.cmdline.ext.DCECmdLine
 
Debug - Class in com.vgrs.xcode.util
Log debugging information to System.out/System.err.
Debug() - Constructor for class com.vgrs.xcode.util.Debug
 
decode(File) - Static method in class com.vgrs.xcode.cmdline.common.HexCmdLine
Interpret the input File as hexadecimal values and decode to ASCII.
decode(String) - Static method in class com.vgrs.xcode.cmdline.common.HexCmdLine
Interpret the input String as hexadecimal values and decode to ASCII.
decode(char[]) - Static method in class com.vgrs.xcode.common.Base32
Decode a base 32 sequence into an array of bytes
decode(byte[]) - Static method in class com.vgrs.xcode.common.Native
Evaluate the given input against the list of encodings to determine how the input may have been encoded.
decode(byte[], String) - Static method in class com.vgrs.xcode.common.Native
Use the specified native encoding to return the input sequence in UTF16 format.
decode(byte[], String[]) - Static method in class com.vgrs.xcode.common.Native
Decode the input of the indicated encoding types.
decode(int) - Static method in class com.vgrs.xcode.common.Unicode
Convert one unicode to two characters
decode(int[]) - Static method in class com.vgrs.xcode.common.Unicode
Decode a sequence of unicode to a character sequence
decode(char[]) - Static method in class com.vgrs.xcode.ext.DCE
Convert a dns-compatible string into array of bytes
decode(char[]) - Method in class com.vgrs.xcode.idna.Ace
Decode a single domain label using the Ace algorithm.
decodeBytes(String) - Static method in class com.vgrs.xcode.common.Hex
Return the data structure represented by the Hexadecimal input sequence.
decodeChars(String) - Static method in class com.vgrs.xcode.common.Hex
Return the data structure represented by the Hexadecimal input sequence.
decodeInts(String) - Static method in class com.vgrs.xcode.common.Hex
Return the data structure represented by the Hexadecimal input sequence.
decodeToSet(byte[]) - Static method in class com.vgrs.xcode.common.Native
Decode the native string of all encoding types to a HashSet
decodeToSet(byte[], String[]) - Static method in class com.vgrs.xcode.common.Native
Decode the native string of indicated encoding types to a HashSet
DEFAULT_CAPACITY - Static variable in class gnu.trove.impl.Constants
the default capacity for new collections
DEFAULT_CAPACITY - Static variable in class gnu.trove.impl.hash.THash
the default initial capacity for the hash table.
DEFAULT_CAPACITY - Static variable in class gnu.trove.list.array.TIntArrayList
the default capacity for new lists
DEFAULT_CAPACITY - Static variable in class gnu.trove.list.array.TLongArrayList
the default capacity for new lists
DEFAULT_IGNORABLE_CODE_POINT - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
DEFAULT_INT_NO_ENTRY_VALUE - Static variable in class gnu.trove.impl.Constants
the default value that represents for int types.
DEFAULT_LINES - Static variable in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
 
DEFAULT_LOAD_FACTOR - Static variable in class gnu.trove.impl.Constants
the load above which rehashing occurs.
DEFAULT_LOAD_FACTOR - Static variable in class gnu.trove.impl.hash.THash
the load above which rehashing occurs.
DEFAULT_LONG_NO_ENTRY_VALUE - Static variable in class gnu.trove.impl.Constants
the default value that represents for long types.
DEFAULT_PREFIX - Static variable in class com.vgrs.xcode.idna.Punycode
 
DEFAULT_PREFIX - Static variable in class com.vgrs.xcode.idna.Race
Encode Unicode data in a format compatible with the ASCII standard.
DEFAULT_REGISTRATION_PROTOCOL - Static variable in class com.vgrs.xcode.idna.Idna
Indicates whether or not IDNA2008 Protocol rules are applied.
DEFAULT_TO_UNICODE_EXCEPTION_FLAG - Static variable in class com.vgrs.xcode.idna.Idna
Indicates whether or not to throw XcodeExceptions from the toUnicode method.
DEFAULT_USE_STD_3_ASCII_RULES - Static variable in class com.vgrs.xcode.idna.Ace
 
DELIMITER - Static variable in class com.vgrs.xcode.ext.DCE
 
DELIMITER - Static variable in class com.vgrs.xcode.util.XcodeErrorGenerator
 
DELIMITERS - Static variable in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
 
DELIMITERS - Static variable in class com.vgrs.xcode.idna.Idna
Stores the list of IDNA compliant delimiters.
DemoCmdLine - Class in com.vgrs.xcode.cmdline.idna
Demo class to show how Idna.domainToUnicode() and domainToAscii() methods could be used.
DemoCmdLine() - Constructor for class com.vgrs.xcode.cmdline.idna.DemoCmdLine
 
DERIVED_CORE_PROPERTIES_DATA - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
DERIVED_JOINING_TYPE_DATA - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
DERIVED_NORMALIZATION_PROPS_DATA - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
DerivedNormalizationProperties - Class in com.vgrs.xcode.common.unicodedata
Class to load the data in "DerivedNormalizationProps.txt.gz" into GNU Trove collections.
DerivedNormalizationProperties() - Constructor for class com.vgrs.xcode.common.unicodedata.DerivedNormalizationProperties
 
domainDecode(char[]) - Method in class com.vgrs.xcode.idna.Ace
Decode an entire domain using the Ace algorithm.
domainEncode(int[]) - Method in class com.vgrs.xcode.idna.Ace
Encode an entire domain using the Ace algorithm.
domainToAscii(int[]) - Method in class com.vgrs.xcode.idna.Idna
Converts an array of integers to a character array
domainToUnicode(char[]) - Method in class com.vgrs.xcode.idna.Idna
Converts a character array to an integer array
DOT_DOT_DELIMITER - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
DOUBLE_9 - Static variable in class com.vgrs.xcode.idna.Race
 
DOUBLE_ESCAPE - Static variable in class com.vgrs.xcode.idna.Race
 
DOUBLE_F - Static variable in class com.vgrs.xcode.idna.Race
 
DOUBLE_UTF8 - Static variable in class com.vgrs.xcode.common.Native
DOUBLE_UTF8 is not a Java supported encoding, and so requires special processing.

E

EMPTY - Static variable in class com.vgrs.xcode.util.XcodeErrorGenerator
 
EMPTY_ARGUMENT() - Static method in class com.vgrs.xcode.util.XcodeError
 
EMPTY_ARGUMENT(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
encode(File) - Static method in class com.vgrs.xcode.cmdline.common.HexCmdLine
Encode the data in the input File using hexadecimal values.
encode(String) - Static method in class com.vgrs.xcode.cmdline.common.HexCmdLine
Encode the input String using hexadecimal values.
encode(byte[]) - Static method in class com.vgrs.xcode.common.Base32
Encode a byte array into a base 32 sequence
encode(byte[]) - Static method in class com.vgrs.xcode.common.Hex
Return the Hexadecimal representation of the input sequence.
encode(char[]) - Static method in class com.vgrs.xcode.common.Hex
Return the Hexadecimal representation of the input sequence.
encode(int[]) - Static method in class com.vgrs.xcode.common.Hex
Return the Hexadecimal representation of the input sequence.
encode(String) - Static method in class com.vgrs.xcode.common.Native
Encode the input using each of the Java supported encoding types A round-trip check is used to ensure that the encoded data is valid.
encode(String, String) - Static method in class com.vgrs.xcode.common.Native
Encode the input using the indicated encoding types.
encode(String, String[]) - Static method in class com.vgrs.xcode.common.Native
Encode the input using the indicated encoding types.
encode(char, char) - Static method in class com.vgrs.xcode.common.Unicode
Convert two characters to one unicode.
encode(char[]) - Static method in class com.vgrs.xcode.common.Unicode
Encode a character sequence to an array of unicode
encode(byte[]) - Static method in class com.vgrs.xcode.ext.DCE
Convert array of bytes into a dns-compatible string
encode(int[]) - Method in class com.vgrs.xcode.idna.Ace
Encode a single domain label using the Ace algorithm.
encodeToSet(String) - Static method in class com.vgrs.xcode.common.Native
Encode the input using each of the encoding types to a HashSet
encodeToSet(String, String[]) - Static method in class com.vgrs.xcode.common.Native
Encode the input using indicated encoding types to a HashSet
ENCODINGS - Static variable in class com.vgrs.xcode.common.Native
Array to stort all Java-Supported native encodings
EncodingVariants - Class in com.vgrs.xcode.ext
Class to generate encoding variants for an ACE encoded domain name and encode them using DCE.
EncodingVariants(Ace) - Constructor for class com.vgrs.xcode.ext.EncodingVariants
Creates a new EncodingVariants object.
EncodingVariantsCmdLine - Class in com.vgrs.xcode.cmdline.ext
Uses the Native object to generate a list of encoding variants given an ACE encoded sequence.
EncodingVariantsCmdLine(String[]) - Constructor for class com.vgrs.xcode.cmdline.ext.EncodingVariantsCmdLine
 
ensureCapacity(int) - Method in class gnu.trove.impl.hash.THash
Ensure that this hashtable has sufficient capacity to hold desiredCapacity additional elements without requiring a rehash.
ensureCapacity(int) - Method in class gnu.trove.list.array.TIntArrayList
Grow the internal array as needed to accommodate the specified number of elements.
ensureCapacity(int) - Method in class gnu.trove.list.array.TLongArrayList
Grow the internal array as needed to accommodate the specified number of elements.
entrySet() - Method in class gnu.trove.map.hash.THashMap
Returns a Set view on the entries of the map.
equals(Object) - Method in class gnu.trove.list.array.TIntArrayList
Compares the specified object with this collection for equality.
equals(Object) - Method in class gnu.trove.list.array.TLongArrayList
Compares the specified object with this collection for equality.
equals(Object) - Method in class gnu.trove.map.hash.THashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.map.hash.TIntCharHashMap
equals(Object) - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
 
equals(Object) - Method in class gnu.trove.map.hash.TIntIntHashMap
equals(Object) - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
 
equals(Object) - Method in class gnu.trove.map.hash.TIntLongHashMap
equals(Object) - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
 
equals(Object) - Method in class gnu.trove.map.hash.TIntObjectHashMap
Compares the specified object with this map for equality.
equals(Object) - Method in class gnu.trove.map.hash.TLongIntHashMap
equals(Object) - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
 
equals(Object) - Method in class gnu.trove.map.hash.TLongLongHashMap
equals(Object) - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
 
equals(Object) - Method in class gnu.trove.map.hash.TLongObjectHashMap
Compares the specified object with this map for equality.
equals(Object) - Method in class gnu.trove.map.hash.TObjectIntHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in class gnu.trove.map.hash.TObjectLongHashMap
Compares this map with another map for equality of their stored entries.
equals(Object) - Method in interface gnu.trove.map.TIntObjectMap
Compares the specified object with this map for equality.
equals(Object) - Method in interface gnu.trove.map.TLongObjectMap
Compares the specified object with this map for equality.
equals(Object) - Method in interface gnu.trove.map.TObjectIntMap
Compares the specified object with this map for equality.
equals(Object) - Method in interface gnu.trove.map.TObjectLongMap
Compares the specified object with this map for equality.
equals(Object) - Method in class gnu.trove.set.hash.TIntHashSet
Compares the specified object with this set for equality.
equals(Object) - Method in class gnu.trove.set.hash.TLongHashSet
Compares the specified object with this set for equality.
equals(Object) - Method in interface gnu.trove.set.TIntSet
Compares the specified object with this set for equality.
equals(Object) - Method in interface gnu.trove.set.TLongSet
Compares the specified object with this set for equality.
equals(Object) - Method in interface gnu.trove.TCharCollection
Compares the specified object with this collection for equality.
equals(Object) - Method in interface gnu.trove.TIntCollection
Compares the specified object with this collection for equality.
equals(Object) - Method in interface gnu.trove.TLongCollection
Compares the specified object with this collection for equality.
ev - Static variable in class com.vgrs.xcode.cmdline.ext.EncodingVariantsCmdLine
 
ExceptionCodePoints - Class in com.vgrs.xcode.common.unicodedata
This class explicitly lists code points for which the category cannot be assigned using only the core property values that exist in the Unicode standard.
ExceptionCodePoints() - Constructor for class com.vgrs.xcode.common.unicodedata.ExceptionCodePoints
 
execute(String, String, String) - Method in class com.vgrs.xcode.ext.Convert
Convert the input sequence into a new encoding form.
execute(String, String, String[]) - Method in class com.vgrs.xcode.ext.Convert
Convert the input sequence into one or more encoding forms.
execute(String, String[]) - Method in class com.vgrs.xcode.ext.EncodingVariants
Generate encoding variants for the given ACE domain name.
execute(int[]) - Static method in class com.vgrs.xcode.idna.Normalize
Execute the normalization algorithm
execute(char) - Method in interface gnu.trove.function.TCharFunction
Execute this function with value
execute(int) - Method in interface gnu.trove.function.TIntFunction
Execute this function with value
execute(long) - Method in interface gnu.trove.function.TLongFunction
Execute this function with value
execute(T) - Method in interface gnu.trove.function.TObjectFunction
Execute this function with value
execute(char) - Method in interface gnu.trove.procedure.TCharProcedure
Executes this procedure.
execute(int, char) - Method in interface gnu.trove.procedure.TIntCharProcedure
Executes this procedure.
execute(int, int) - Method in interface gnu.trove.procedure.TIntIntProcedure
Executes this procedure.
execute(int, long) - Method in interface gnu.trove.procedure.TIntLongProcedure
Executes this procedure.
execute(int, T) - Method in interface gnu.trove.procedure.TIntObjectProcedure
Executes this procedure.
execute(int) - Method in interface gnu.trove.procedure.TIntProcedure
Executes this procedure.
execute(long, int) - Method in interface gnu.trove.procedure.TLongIntProcedure
Executes this procedure.
execute(long, long) - Method in interface gnu.trove.procedure.TLongLongProcedure
Executes this procedure.
execute(long, T) - Method in interface gnu.trove.procedure.TLongObjectProcedure
Executes this procedure.
execute(long) - Method in interface gnu.trove.procedure.TLongProcedure
Executes this procedure.
execute(K, int) - Method in interface gnu.trove.procedure.TObjectIntProcedure
Executes this procedure.
execute(K, long) - Method in interface gnu.trove.procedure.TObjectLongProcedure
Executes this procedure.
execute(K, V) - Method in interface gnu.trove.procedure.TObjectObjectProcedure
Executes this procedure.
execute(T) - Method in interface gnu.trove.procedure.TObjectProcedure
Executes this procedure.
executeRule(int, int[]) - Method in class com.vgrs.xcode.idna.contextualrule.ArabicIndicDigitsRule
If an Arabic Indic digit is found, then no extended Arabic Indic Digits may be present.
executeRule(int, int[]) - Method in interface com.vgrs.xcode.idna.contextualrule.ContextualRule
Executes the rule as per the IDNA2008 specification's contextual rule requirements for this rule.
executeRule(int, int[]) - Method in class com.vgrs.xcode.idna.contextualrule.ExtendedArabicIndicDigitsRule
If an Extended Arabic Indic digit is found, then no Arabic Indic Digits may be present.
executeRule(int, int[]) - Method in class com.vgrs.xcode.idna.contextualrule.GreekLowerNumeralSignRule
Checks if the script of the code point after the Greek Lower Number Sign code point is Greek.
executeRule(int, int[]) - Method in class com.vgrs.xcode.idna.contextualrule.HebrewPunctuationGereshRule
Checks if the script before the Hebrew punctuation Geresh code point is Hebrew.
executeRule(int, int[]) - Method in class com.vgrs.xcode.idna.contextualrule.HebrewPunctuationGershayimRule
Checks if the script before the Hebrew punctuation Gershayim code point is Hebrew.
executeRule(int, int[]) - Method in class com.vgrs.xcode.idna.contextualrule.KatakanaMiddleDotRule
If the Katakana Middle Dot code point is present, then at least one code point must belong to one of {Hiragana, Katakana, or Han} script.
executeRule(int, int[]) - Method in class com.vgrs.xcode.idna.contextualrule.MiddleDotRule
Checks to see if the code points before and after the middle dot (U+00B7) are Latin small letter 'L' (U+006C)
executeRule(int, int[]) - Method in class com.vgrs.xcode.idna.contextualrule.ZeroWidthJoinerRule
Checks if the canonical combining class of the code point before the Zero width joiner code point is Virama.
executeRule(int, int[]) - Method in class com.vgrs.xcode.idna.contextualrule.ZeroWidthNonJoinerRule
This method first checks to see if the canonical combining class of the code point before the ZERO WIDTH NON JOINER code point is VIRAMA.
expand(byte[]) - Static method in class com.vgrs.xcode.common.Utf16
Expand a 8 bit sequence into 16 bits.
expand(char[]) - Static method in class com.vgrs.xcode.common.Utf16
Expand a 16 bit sequence into 32 bits.
ExtendedArabicIndicDigitsRule - Class in com.vgrs.xcode.idna.contextualrule
Extended Arabic Indic Digits Contextual Rule Code Point : U+06F0..U+06F9 Rule : If cp .in.
ExtendedArabicIndicDigitsRule() - Constructor for class com.vgrs.xcode.idna.contextualrule.ExtendedArabicIndicDigitsRule
 

F

fail(String) - Static method in class com.vgrs.xcode.util.Debug
Log information to Standard Error.
fastCeil(float) - Static method in class gnu.trove.impl.HashFunctions
In profiling, it has been found to be faster to have our own local implementation of "ceil" rather than to call to Math.ceil(double).
FILE_IO() - Static method in class com.vgrs.xcode.util.XcodeError
 
FILE_IO(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
fill(int) - Method in class gnu.trove.list.array.TIntArrayList
Fills every slot in the list with the specified value.
fill(int, int, int) - Method in class gnu.trove.list.array.TIntArrayList
Fills a range in the list with the specified value.
fill(int, int, long) - Method in class gnu.trove.list.array.TLongArrayList
Fills a range in the list with the specified value.
fill(long) - Method in class gnu.trove.list.array.TLongArrayList
Fills every slot in the list with the specified value.
fill(int) - Method in interface gnu.trove.list.TIntList
Fills every slot in the list with the specified value.
fill(int, int, int) - Method in interface gnu.trove.list.TIntList
Fills a range in the list with the specified value.
fill(int, int, long) - Method in interface gnu.trove.list.TLongList
Fills a range in the list with the specified value.
fill(long) - Method in interface gnu.trove.list.TLongList
Fills every slot in the list with the specified value.
Filter - Interface in com.vgrs.xcode.common
Interface to be implemented by the UnicodeFilter class.
findCanonicalCombiningClass(int) - Static method in enum com.vgrs.xcode.idna.CanonicalCombiningClass
Utility method to find the canonical combining class for a given int value.
first - Variable in class com.vgrs.xcode.common.Range
The integer value of the start of the range
forEach(TIntProcedure) - Method in class gnu.trove.impl.hash.TIntCharHash
Executes procedure for each key in the map.
forEach(TIntProcedure) - Method in class gnu.trove.impl.hash.TIntHash
Executes procedure for each element in the set.
forEach(TIntProcedure) - Method in class gnu.trove.impl.hash.TIntIntHash
Executes procedure for each key in the map.
forEach(TIntProcedure) - Method in class gnu.trove.impl.hash.TIntLongHash
Executes procedure for each key in the map.
forEach(TLongProcedure) - Method in class gnu.trove.impl.hash.TLongHash
Executes procedure for each element in the set.
forEach(TLongProcedure) - Method in class gnu.trove.impl.hash.TLongIntHash
Executes procedure for each key in the map.
forEach(TLongProcedure) - Method in class gnu.trove.impl.hash.TLongLongHash
Executes procedure for each key in the map.
forEach(TObjectProcedure<T>) - Method in class gnu.trove.impl.hash.TObjectHash
Executes procedure for each element in the set.
forEach(TIntProcedure) - Method in class gnu.trove.list.array.TIntArrayList
Applies the procedure to each value in the list in ascending (front to back) order.
forEach(TLongProcedure) - Method in class gnu.trove.list.array.TLongArrayList
Applies the procedure to each value in the list in ascending (front to back) order.
forEach(TIntProcedure) - Method in interface gnu.trove.list.TIntList
Applies the procedure to each value in the list in ascending (front to back) order.
forEach(TLongProcedure) - Method in interface gnu.trove.list.TLongList
Applies the procedure to each value in the list in ascending (front to back) order.
forEach(TIntProcedure) - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
Executes procedure for each element in the set.
forEach(TCharProcedure) - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
Executes procedure for each element in the collection.
forEach(TIntProcedure) - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
Executes procedure for each element in the set.
forEach(TIntProcedure) - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
Executes procedure for each element in the collection.
forEach(TIntProcedure) - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
Executes procedure for each element in the set.
forEach(TLongProcedure) - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
Executes procedure for each element in the collection.
forEach(TLongProcedure) - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
Executes procedure for each element in the set.
forEach(TIntProcedure) - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
Executes procedure for each element in the collection.
forEach(TLongProcedure) - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
Executes procedure for each element in the set.
forEach(TLongProcedure) - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
Executes procedure for each element in the collection.
forEach(TIntProcedure) - Method in interface gnu.trove.set.TIntSet
Executes procedure for each element in the set.
forEach(TLongProcedure) - Method in interface gnu.trove.set.TLongSet
Executes procedure for each element in the set.
forEach(TCharProcedure) - Method in interface gnu.trove.TCharCollection
Executes procedure for each element in the collection.
forEach(TIntProcedure) - Method in interface gnu.trove.TIntCollection
Executes procedure for each element in the collection.
forEach(TLongProcedure) - Method in interface gnu.trove.TLongCollection
Executes procedure for each element in the collection.
forEachDescending(TIntProcedure) - Method in class gnu.trove.list.array.TIntArrayList
Applies the procedure to each value in the list in descending (back to front) order.
forEachDescending(TLongProcedure) - Method in class gnu.trove.list.array.TLongArrayList
Applies the procedure to each value in the list in descending (back to front) order.
forEachDescending(TIntProcedure) - Method in interface gnu.trove.list.TIntList
Applies the procedure to each value in the list in descending (back to front) order.
forEachDescending(TLongProcedure) - Method in interface gnu.trove.list.TLongList
Applies the procedure to each value in the list in descending (back to front) order.
forEachEntry(TObjectObjectProcedure<K, V>) - Method in class gnu.trove.map.hash.THashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TIntCharProcedure) - Method in class gnu.trove.map.hash.TIntCharHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TIntIntProcedure) - Method in class gnu.trove.map.hash.TIntIntHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TIntLongProcedure) - Method in class gnu.trove.map.hash.TIntLongHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TIntObjectProcedure<V>) - Method in class gnu.trove.map.hash.TIntObjectHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TLongIntProcedure) - Method in class gnu.trove.map.hash.TLongIntHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TLongLongProcedure) - Method in class gnu.trove.map.hash.TLongLongHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TLongObjectProcedure<V>) - Method in class gnu.trove.map.hash.TLongObjectHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TObjectIntProcedure<K>) - Method in class gnu.trove.map.hash.TObjectIntHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TObjectLongProcedure<K>) - Method in class gnu.trove.map.hash.TObjectLongHashMap
Executes procedure for each key/value entry in the map.
forEachEntry(TIntCharProcedure) - Method in interface gnu.trove.map.TIntCharMap
Executes procedure for each key/value entry in the map.
forEachEntry(TIntIntProcedure) - Method in interface gnu.trove.map.TIntIntMap
Executes procedure for each key/value entry in the map.
forEachEntry(TIntLongProcedure) - Method in interface gnu.trove.map.TIntLongMap
Executes procedure for each key/value entry in the map.
forEachEntry(TIntObjectProcedure<V>) - Method in interface gnu.trove.map.TIntObjectMap
Executes procedure for each key/value entry in the map.
forEachEntry(TLongIntProcedure) - Method in interface gnu.trove.map.TLongIntMap
Executes procedure for each key/value entry in the map.
forEachEntry(TLongLongProcedure) - Method in interface gnu.trove.map.TLongLongMap
Executes procedure for each key/value entry in the map.
forEachEntry(TLongObjectProcedure<V>) - Method in interface gnu.trove.map.TLongObjectMap
Executes procedure for each key/value entry in the map.
forEachEntry(TObjectIntProcedure<K>) - Method in interface gnu.trove.map.TObjectIntMap
Executes procedure for each key/value entry in the map.
forEachEntry(TObjectLongProcedure<K>) - Method in interface gnu.trove.map.TObjectLongMap
Executes procedure for each key/value entry in the map.
forEachKey(TObjectProcedure<K>) - Method in class gnu.trove.map.hash.THashMap
Executes procedure for each key in the map.
forEachKey(TIntProcedure) - Method in class gnu.trove.map.hash.TIntCharHashMap
Executes procedure for each key in the map.
forEachKey(TIntProcedure) - Method in class gnu.trove.map.hash.TIntIntHashMap
Executes procedure for each key in the map.
forEachKey(TIntProcedure) - Method in class gnu.trove.map.hash.TIntLongHashMap
Executes procedure for each key in the map.
forEachKey(TIntProcedure) - Method in class gnu.trove.map.hash.TIntObjectHashMap
Executes procedure for each key in the map.
forEachKey(TLongProcedure) - Method in class gnu.trove.map.hash.TLongIntHashMap
Executes procedure for each key in the map.
forEachKey(TLongProcedure) - Method in class gnu.trove.map.hash.TLongLongHashMap
Executes procedure for each key in the map.
forEachKey(TLongProcedure) - Method in class gnu.trove.map.hash.TLongObjectHashMap
Executes procedure for each key in the map.
forEachKey(TObjectProcedure<K>) - Method in class gnu.trove.map.hash.TObjectIntHashMap
Executes procedure for each key in the map.
forEachKey(TObjectProcedure<K>) - Method in class gnu.trove.map.hash.TObjectLongHashMap
Executes procedure for each key in the map.
forEachKey(TIntProcedure) - Method in interface gnu.trove.map.TIntCharMap
Executes procedure for each key in the map.
forEachKey(TIntProcedure) - Method in interface gnu.trove.map.TIntIntMap
Executes procedure for each key in the map.
forEachKey(TIntProcedure) - Method in interface gnu.trove.map.TIntLongMap
Executes procedure for each key in the map.
forEachKey(TIntProcedure) - Method in interface gnu.trove.map.TIntObjectMap
Executes procedure for each key in the map.
forEachKey(TLongProcedure) - Method in interface gnu.trove.map.TLongIntMap
Executes procedure for each key in the map.
forEachKey(TLongProcedure) - Method in interface gnu.trove.map.TLongLongMap
Executes procedure for each key in the map.
forEachKey(TLongProcedure) - Method in interface gnu.trove.map.TLongObjectMap
Executes procedure for each key in the map.
forEachKey(TObjectProcedure<K>) - Method in interface gnu.trove.map.TObjectIntMap
Executes procedure for each key in the map.
forEachKey(TObjectProcedure<K>) - Method in interface gnu.trove.map.TObjectLongMap
Executes procedure for each key in the map.
forEachValue(TObjectProcedure<V>) - Method in class gnu.trove.map.hash.THashMap
Executes procedure for each value in the map.
forEachValue(TCharProcedure) - Method in class gnu.trove.map.hash.TIntCharHashMap
Executes procedure for each value in the map.
forEachValue(TIntProcedure) - Method in class gnu.trove.map.hash.TIntIntHashMap
Executes procedure for each value in the map.
forEachValue(TLongProcedure) - Method in class gnu.trove.map.hash.TIntLongHashMap
Executes procedure for each value in the map.
forEachValue(TObjectProcedure<V>) - Method in class gnu.trove.map.hash.TIntObjectHashMap
Executes procedure for each value in the map.
forEachValue(TIntProcedure) - Method in class gnu.trove.map.hash.TLongIntHashMap
Executes procedure for each value in the map.
forEachValue(TLongProcedure) - Method in class gnu.trove.map.hash.TLongLongHashMap
Executes procedure for each value in the map.
forEachValue(TObjectProcedure<V>) - Method in class gnu.trove.map.hash.TLongObjectHashMap
Executes procedure for each value in the map.
forEachValue(TIntProcedure) - Method in class gnu.trove.map.hash.TObjectIntHashMap
Executes procedure for each value in the map.
forEachValue(TLongProcedure) - Method in class gnu.trove.map.hash.TObjectLongHashMap
Executes procedure for each value in the map.
forEachValue(TCharProcedure) - Method in interface gnu.trove.map.TIntCharMap
Executes procedure for each value in the map.
forEachValue(TIntProcedure) - Method in interface gnu.trove.map.TIntIntMap
Executes procedure for each value in the map.
forEachValue(TLongProcedure) - Method in interface gnu.trove.map.TIntLongMap
Executes procedure for each value in the map.
forEachValue(TObjectProcedure<V>) - Method in interface gnu.trove.map.TIntObjectMap
Executes procedure for each value in the map.
forEachValue(TIntProcedure) - Method in interface gnu.trove.map.TLongIntMap
Executes procedure for each value in the map.
forEachValue(TLongProcedure) - Method in interface gnu.trove.map.TLongLongMap
Executes procedure for each value in the map.
forEachValue(TObjectProcedure<V>) - Method in interface gnu.trove.map.TLongObjectMap
Executes procedure for each value in the map.
forEachValue(TIntProcedure) - Method in interface gnu.trove.map.TObjectIntMap
Executes procedure for each value in the map.
forEachValue(TLongProcedure) - Method in interface gnu.trove.map.TObjectLongMap
Executes procedure for each value in the map.
FREE - Static variable in class gnu.trove.impl.hash.TObjectHash
 
FREE - Static variable in class gnu.trove.impl.hash.TPrimitiveHash
flag indicating that a slot in the hashtable is available
FULL - Static variable in class gnu.trove.impl.hash.TPrimitiveHash
flag indicating that a slot in the hashtable is occupied
FULLSTOP - Static variable in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
 

G

GENERAL_CATEGORY_MC - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
GENERAL_CATEGORY_ME - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
GENERAL_CATEGORY_MN - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
generate(File, File) - Static method in class com.vgrs.xcode.util.XcodeErrorGenerator
 
generate(String) - Static method in class com.vgrs.xcode.util.XcodeErrorGenerator
 
get(String) - Method in class com.vgrs.xcode.cmdline.CommandLineArgs
 
get(int) - Method in class gnu.trove.list.array.TIntArrayList
Returns the value at the specified offset.
get(int) - Method in class gnu.trove.list.array.TLongArrayList
Returns the value at the specified offset.
get(int) - Method in interface gnu.trove.list.TIntList
Returns the value at the specified offset.
get(int) - Method in interface gnu.trove.list.TLongList
Returns the value at the specified offset.
get(Object) - Method in class gnu.trove.map.hash.THashMap
retrieves the value for key
get(int) - Method in class gnu.trove.map.hash.TIntCharHashMap
Retrieves the value for key
get(int) - Method in class gnu.trove.map.hash.TIntIntHashMap
Retrieves the value for key
get(int) - Method in class gnu.trove.map.hash.TIntLongHashMap
Retrieves the value for key
get(int) - Method in class gnu.trove.map.hash.TIntObjectHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(long) - Method in class gnu.trove.map.hash.TLongIntHashMap
Retrieves the value for key
get(long) - Method in class gnu.trove.map.hash.TLongLongHashMap
Retrieves the value for key
get(long) - Method in class gnu.trove.map.hash.TLongObjectHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class gnu.trove.map.hash.TObjectIntHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class gnu.trove.map.hash.TObjectLongHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - Method in interface gnu.trove.map.TIntCharMap
Retrieves the value for key
get(int) - Method in interface gnu.trove.map.TIntIntMap
Retrieves the value for key
get(int) - Method in interface gnu.trove.map.TIntLongMap
Retrieves the value for key
get(int) - Method in interface gnu.trove.map.TIntObjectMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(long) - Method in interface gnu.trove.map.TLongIntMap
Retrieves the value for key
get(long) - Method in interface gnu.trove.map.TLongLongMap
Retrieves the value for key
get(long) - Method in interface gnu.trove.map.TLongObjectMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in interface gnu.trove.map.TObjectIntMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in interface gnu.trove.map.TObjectLongMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getArabicIndicDigits() - Method in class com.vgrs.xcode.idna.contextualrule.AbstractArabicIndicDigitsCodePoints
 
getAutoCompactionFactor() - Method in class gnu.trove.impl.hash.THash
 
getBidiClass(int) - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
 
getBidiClassTable() - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
Returns the Bidi Class Table
getBidiClassTable() - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeDataLoader
Returns the bidiClassTable
getCanonicalClass(int) - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
The canonical combining class value of the code point or 0 if not found
getCanonicalClassTable() - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
Returns the canonicalClassTable
getCanonicalClassTable() - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeDataLoader
Returns the canonicalClassTable
getCanonicalCombiningClass(int) - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
Returns the canonical combining class value for the given code point
getCanonicalCombiningClass() - Method in enum com.vgrs.xcode.idna.CanonicalCombiningClass
 
getCategory(int) - Static method in class com.vgrs.xcode.common.unicodedata.ExceptionCodePoints
Return the category for the given code point based on it's existence in one of the GNU Trove collections.
getCode() - Method in exception com.vgrs.xcode.util.XcodeException
Obtain error code of this XcodeExcpetion
getCodePointDerivedProperty(int) - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
 
getCodePointToWhichRuleApplies() - Method in class com.vgrs.xcode.idna.contextualrule.AbstractContextualRule
 
getCombiningMarkTable() - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
Returns the combiningMark table
getCommandName() - Method in class com.vgrs.xcode.cmdline.CmdLine
 
getCompatibilityTable() - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
Returns the compatibilityTable
getCompatibilityTable() - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeDataLoader
Returns the compatibilityTable
getComposeTable() - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
Returns the composeTable
getComposeTable() - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeDataLoader
Returns the composeTable
getContextualCodePointsTable() - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
Returns the contextualCodePoints
getCount() - Method in class com.vgrs.xcode.cmdline.CommandLineArgs
 
getDecomposeTable() - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
Returns the decomposeTable
getDecomposeTable() - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeDataLoader
Returns the decomposeTable
getDerivedJoiningTypeTable() - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
Returns the derivedJoiningTypeTable
getDerivedNormalizationPropTable() - Static method in class com.vgrs.xcode.common.unicodedata.DerivedNormalizationProperties
 
getEncoding(String) - Static method in class com.vgrs.xcode.common.Native
Retrieve the encoding stored in a Java String.
getExcludedTable() - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeDataLoader
Returns the excludedTable
getExtendedArabicIndicDigits() - Method in class com.vgrs.xcode.idna.contextualrule.AbstractArabicIndicDigitsCodePoints
 
getFooter() - Static method in class com.vgrs.xcode.util.XcodeErrorGenerator
 
getGeneralCategory(int) - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
 
getGeneralCategoryTable() - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
Returns the General Category table
getGeneralCategoryTable() - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeDataLoader
Returns the generalCategoryTable
getGzipIterator(File) - Static method in class com.vgrs.xcode.util.Datafile
Retrieve an Iterator over the lines in file.
getGzipIterator(String) - Static method in class com.vgrs.xcode.util.Datafile
Retrieve an Iterator over the lines in resource.
getHeader() - Static method in class com.vgrs.xcode.util.XcodeErrorGenerator
 
getHighByte(char) - Static method in class com.vgrs.xcode.common.Utf16
Get high 8 bits of a character
getIterator(File) - Static method in class com.vgrs.xcode.util.Datafile
Retrieve an Iterator over the lines in file.
getIterator(String) - Static method in class com.vgrs.xcode.util.Datafile
Retrieve an Iterator over the lines in resource.
getJoiningType(int) - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
 
getLowByte(char) - Static method in class com.vgrs.xcode.common.Utf16
Get low 8 bits of a character
getMessage() - Method in exception com.vgrs.xcode.util.XcodeException
Obtain detailed message of this XcodeExcpetion
getNoEntryKey() - Method in class gnu.trove.impl.hash.TIntCharHash
Returns the value that is used to represent null as a key.
getNoEntryKey() - Method in class gnu.trove.impl.hash.TIntIntHash
Returns the value that is used to represent null as a key.
getNoEntryKey() - Method in class gnu.trove.impl.hash.TIntLongHash
Returns the value that is used to represent null as a key.
getNoEntryKey() - Method in class gnu.trove.impl.hash.TLongIntHash
Returns the value that is used to represent null as a key.
getNoEntryKey() - Method in class gnu.trove.impl.hash.TLongLongHash
Returns the value that is used to represent null as a key.
getNoEntryKey() - Method in class gnu.trove.map.hash.TIntObjectHashMap
Returns the value that represents null in the TIntObjectMap.keySet().
getNoEntryKey() - Method in class gnu.trove.map.hash.TLongObjectHashMap
Returns the value that represents null in the TLongObjectMap.keySet().
getNoEntryKey() - Method in interface gnu.trove.map.TIntCharMap
Returns the value that will be returned from TIntCharMap.get(int) or TIntCharMap.put(int, char) if no entry exists for a given key.
getNoEntryKey() - Method in interface gnu.trove.map.TIntIntMap
Returns the value that will be returned from TIntIntMap.get(int) or TIntIntMap.put(int, int) if no entry exists for a given key.
getNoEntryKey() - Method in interface gnu.trove.map.TIntLongMap
Returns the value that will be returned from TIntLongMap.get(int) or TIntLongMap.put(int, long) if no entry exists for a given key.
getNoEntryKey() - Method in interface gnu.trove.map.TIntObjectMap
Returns the value that represents null in the TIntObjectMap.keySet().
getNoEntryKey() - Method in interface gnu.trove.map.TLongIntMap
Returns the value that will be returned from TLongIntMap.get(long) or TLongIntMap.put(long, int) if no entry exists for a given key.
getNoEntryKey() - Method in interface gnu.trove.map.TLongLongMap
Returns the value that will be returned from TLongLongMap.get(long) or TLongLongMap.put(long, long) if no entry exists for a given key.
getNoEntryKey() - Method in interface gnu.trove.map.TLongObjectMap
Returns the value that represents null in the TLongObjectMap.keySet().
getNoEntryValue() - Method in class gnu.trove.impl.hash.TIntCharHash
Returns the value that is used to represent null.
getNoEntryValue() - Method in class gnu.trove.impl.hash.TIntHash
Returns the value that is used to represent null.
getNoEntryValue() - Method in class gnu.trove.impl.hash.TIntIntHash
Returns the value that is used to represent null.
getNoEntryValue() - Method in class gnu.trove.impl.hash.TIntLongHash
Returns the value that is used to represent null.
getNoEntryValue() - Method in class gnu.trove.impl.hash.TLongHash
Returns the value that is used to represent null.
getNoEntryValue() - Method in class gnu.trove.impl.hash.TLongIntHash
Returns the value that is used to represent null.
getNoEntryValue() - Method in class gnu.trove.impl.hash.TLongLongHash
Returns the value that is used to represent null.
getNoEntryValue() - Method in class gnu.trove.list.array.TIntArrayList
Returns the value that is used to represent null.
getNoEntryValue() - Method in class gnu.trove.list.array.TLongArrayList
Returns the value that is used to represent null.
getNoEntryValue() - Method in interface gnu.trove.list.TIntList
Returns the value that is used to represent null.
getNoEntryValue() - Method in interface gnu.trove.list.TLongList
Returns the value that is used to represent null.
getNoEntryValue() - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
Returns the value that is used to represent null.
getNoEntryValue() - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
Returns the value that is used to represent null.
getNoEntryValue() - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
Returns the value that is used to represent null.
getNoEntryValue() - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
Returns the value that is used to represent null.
getNoEntryValue() - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
Returns the value that is used to represent null.
getNoEntryValue() - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
Returns the value that is used to represent null.
getNoEntryValue() - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
Returns the value that is used to represent null.
getNoEntryValue() - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
Returns the value that is used to represent null.
getNoEntryValue() - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
Returns the value that is used to represent null.
getNoEntryValue() - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
Returns the value that is used to represent null.
getNoEntryValue() - Method in class gnu.trove.map.hash.TObjectIntHashMap
Returns the value that will be returned from TObjectIntMap.get(java.lang.Object) or TObjectIntMap.put(K, int) if no entry exists for a given key.
getNoEntryValue() - Method in class gnu.trove.map.hash.TObjectLongHashMap
Returns the value that will be returned from TObjectLongMap.get(java.lang.Object) or TObjectLongMap.put(K, long) if no entry exists for a given key.
getNoEntryValue() - Method in interface gnu.trove.map.TIntCharMap
Returns the value that will be returned from TIntCharMap.get(int) or TIntCharMap.put(int, char) if no entry exists for a given key.
getNoEntryValue() - Method in interface gnu.trove.map.TIntIntMap
Returns the value that will be returned from TIntIntMap.get(int) or TIntIntMap.put(int, int) if no entry exists for a given key.
getNoEntryValue() - Method in interface gnu.trove.map.TIntLongMap
Returns the value that will be returned from TIntLongMap.get(int) or TIntLongMap.put(int, long) if no entry exists for a given key.
getNoEntryValue() - Method in interface gnu.trove.map.TLongIntMap
Returns the value that will be returned from TLongIntMap.get(long) or TLongIntMap.put(long, int) if no entry exists for a given key.
getNoEntryValue() - Method in interface gnu.trove.map.TLongLongMap
Returns the value that will be returned from TLongLongMap.get(long) or TLongLongMap.put(long, long) if no entry exists for a given key.
getNoEntryValue() - Method in interface gnu.trove.map.TObjectIntMap
Returns the value that will be returned from TObjectIntMap.get(java.lang.Object) or TObjectIntMap.put(K, int) if no entry exists for a given key.
getNoEntryValue() - Method in interface gnu.trove.map.TObjectLongMap
Returns the value that will be returned from TObjectLongMap.get(java.lang.Object) or TObjectLongMap.put(K, long) if no entry exists for a given key.
getNoEntryValue() - Method in interface gnu.trove.set.TIntSet
Returns the value that is used to represent null.
getNoEntryValue() - Method in interface gnu.trove.set.TLongSet
Returns the value that is used to represent null.
getNoEntryValue() - Method in interface gnu.trove.TCharCollection
Returns the value that is used to represent null.
getNoEntryValue() - Method in interface gnu.trove.TIntCollection
Returns the value that is used to represent null.
getNoEntryValue() - Method in interface gnu.trove.TLongCollection
Returns the value that is used to represent null.
getOptions() - Method in class com.vgrs.xcode.cmdline.CmdLine
 
getOptionSet() - Method in class com.vgrs.xcode.cmdline.CommandLineArgs
 
getPrefix() - Method in class com.vgrs.xcode.common.UnicodeFilter
 
getQuick(int) - Method in class gnu.trove.list.array.TIntArrayList
Returns the value at the specified offset without doing any bounds checking.
getQuick(int) - Method in class gnu.trove.list.array.TLongArrayList
Returns the value at the specified offset without doing any bounds checking.
getRandomAceDomain(String) - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
Randomly generates test ACE domains
getRandomAceLabel(String) - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
Randomly generates test ACE label
getRandomAscii() - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
Randomly generates test ASCII character.
getRandomDelimiter() - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
 
getRandomInteger(int, int) - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
 
getRandomInteger(int) - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
 
getRandomInteger() - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
Returns a random integer by calling getRandomInteger(Integer.MAX_VALUE)
getRandomNativeDomain(String) - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
Randomly generates test domains in Native encoding type
getRandomNativeLabel(String) - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
 
getRandomNone() - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
Randomly generates lable with value equals to OxE000 + the next pseudorandom generated by Random object
getRandomRangedDomain(int, int) - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
Randomly generates ranged test domains
getRandomRangedLabel(int, int) - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
Randomly generates ranged test lables
getRandomSC() - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
Randomly generates test Simplified Chinese character
getRandomTC() - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
Randomly generates test Tradictional Chinese character
getRandomTCSCDomain() - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
Randomly generates TC/SC test domains
getRandomTCSCLabel() - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
Randomly generates TC/SC test lables
getRandomUnicodeDomain() - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
Randomly generates test Unicode domains
getRandomUnicodeLabel() - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
Randomly generates test Unicode labels
getRandomUtf16Domain() - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
Randomly generates test Utf16 domains
getRandomUtf16Label() - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
Randomly generates test Utf16 labels
getRanges(String) - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeDataFileUtil
Read Unicode data from a file, return a List of Range objects.
getRuleName() - Method in class com.vgrs.xcode.idna.contextualrule.AbstractContextualRule
 
getRuleName() - Method in interface com.vgrs.xcode.idna.contextualrule.ContextualRule
 
getScript(int) - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
 
getScriptsTable() - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
Returns the scriptsTable
getTxtIterator(File) - Static method in class com.vgrs.xcode.util.Datafile
Retrieve an Iterator over the lines in file.
getTxtIterator(String) - Static method in class com.vgrs.xcode.util.Datafile
Retrieve an Iterator over the lines in resource.
getUnassigned() - Method in class com.vgrs.xcode.cmdline.CommandLineArgs
 
getUnicodeCodePointCategory(String) - Static method in enum com.vgrs.xcode.common.unicodedata.UnicodeCodePointCategory
Utility method to find a UnicodeCategory based on the given string input.
getUnicodeDataPoints() - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeDataLoader
Returns the unicodeDataPoints
getUsageOptions() - Method in class com.vgrs.xcode.cmdline.CmdLine
 
getUsageOptions() - Method in class com.vgrs.xcode.cmdline.common.Base32CmdLine
Return only the options for this command.
getUsageOptions() - Method in class com.vgrs.xcode.cmdline.common.HexCmdLine
Return only the options for this command.
getUsageOptions() - Method in class com.vgrs.xcode.cmdline.common.NativeCmdLine
Return only the options for this command.
getUsageOptions() - Method in class com.vgrs.xcode.cmdline.common.UnicodeCmdLine
Return only the options for this command.
getUsageOptions() - Method in class com.vgrs.xcode.cmdline.ext.ConvertCmdLine
Return only the options for this command.
getUsageOptions() - Method in class com.vgrs.xcode.cmdline.ext.DCECmdLine
 
getUsageOptions() - Method in class com.vgrs.xcode.cmdline.ext.EncodingVariantsCmdLine
 
getUsageOptions() - Method in class com.vgrs.xcode.cmdline.idna.BidiCmdLine
 
getUsageOptions() - Method in class com.vgrs.xcode.cmdline.idna.IdnaCmdLine
 
getUsageOptions() - Method in class com.vgrs.xcode.cmdline.idna.NormalizeCmdLine
 
getUsageOptions() - Method in class com.vgrs.xcode.cmdline.idna.PunycodeCmdLine
 
getUsageOptions() - Method in class com.vgrs.xcode.cmdline.idna.RaceCmdLine
 
getUsageOptions() - Method in class com.vgrs.xcode.cmdline.unicodedata.UnicodeDataCmdLine
 
getZipIterator(File) - Static method in class com.vgrs.xcode.util.Datafile
Retrieve an Iterator over the lines in file.
getZipIterator(String) - Static method in class com.vgrs.xcode.util.Datafile
Retrieve an Iterator over the lines in resource.
getZipIterator(ZipInputStream) - Static method in class com.vgrs.xcode.util.Datafile
Retrieve an Iterator over the lines in inputstream.
gnu.trove - package gnu.trove
 
gnu.trove.function - package gnu.trove.function
 
gnu.trove.impl - package gnu.trove.impl
 
gnu.trove.impl.hash - package gnu.trove.impl.hash
 
gnu.trove.iterator - package gnu.trove.iterator
 
gnu.trove.iterator.hash - package gnu.trove.iterator.hash
 
gnu.trove.list - package gnu.trove.list
 
gnu.trove.list.array - package gnu.trove.list.array
 
gnu.trove.map - package gnu.trove.map
 
gnu.trove.map.hash - package gnu.trove.map.hash
 
gnu.trove.procedure - package gnu.trove.procedure
 
gnu.trove.set - package gnu.trove.set
 
gnu.trove.set.hash - package gnu.trove.set.hash
 
GreekLowerNumeralSignRule - Class in com.vgrs.xcode.idna.contextualrule
Greek Lower Numeral Sign (Keraia) Contextual Rule Code Point : U+0375 Rule : If Script(After(cp)) .eq.
GreekLowerNumeralSignRule() - Constructor for class com.vgrs.xcode.idna.contextualrule.GreekLowerNumeralSignRule
Constructor specifies that this rule can only execute if the Greek Lower Number Sign code point is present in the given set of code points.
grep(TIntProcedure) - Method in class gnu.trove.list.array.TIntArrayList
Searches the list for values satisfying condition in the manner of the *nix grep utility.
grep(TLongProcedure) - Method in class gnu.trove.list.array.TLongArrayList
Searches the list for values satisfying condition in the manner of the *nix grep utility.
grep(TIntProcedure) - Method in interface gnu.trove.list.TIntList
Searches the list for values satisfying condition in the manner of the *nix grep utility.
grep(TLongProcedure) - Method in interface gnu.trove.list.TLongList
Searches the list for values satisfying condition in the manner of the *nix grep utility.
GZIP_SUFFIX - Static variable in class com.vgrs.xcode.util.Datafile
 

H

HANGUL_SYLLABLE_TYPE_DATA - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
has(String) - Method in class com.vgrs.xcode.cmdline.CommandLineArgs
 
has(int) - Method in interface com.vgrs.xcode.common.Filter
Check that the input code point exists in the filter.
has(int) - Method in class com.vgrs.xcode.common.Range
 
has(int) - Method in class com.vgrs.xcode.common.UnicodeFilter
Test for intersection between a single integer and the UnicodeFilter
hasAll(int[]) - Method in interface com.vgrs.xcode.common.Filter
Check that the input array of code points exist in the filter.
hasAll(int[]) - Method in class com.vgrs.xcode.common.Range
Specifies if all the code points specified in the input array are present in the range of integers stored in this class.
hasAll(int[]) - Method in class com.vgrs.xcode.common.UnicodeFilter
Test for a non-zero intersection between an integer array and the UnicodeFilter
hasAny(int[]) - Method in class com.vgrs.xcode.common.Range
Specifies if any of the int values specified in the input array are present in the range of integers stored in this class.
hasContextualCodePoints(int[]) - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
Checks to see if there are any contextual (CONTEXTO/CONTEXTJ) code points present
hash(double) - Static method in class gnu.trove.impl.HashFunctions
Returns a hashcode for the specified value.
hash(float) - Static method in class gnu.trove.impl.HashFunctions
Returns a hashcode for the specified value.
hash(int) - Static method in class gnu.trove.impl.HashFunctions
Returns a hashcode for the specified value.
hash(long) - Static method in class gnu.trove.impl.HashFunctions
Returns a hashcode for the specified value.
hash(Object) - Static method in class gnu.trove.impl.HashFunctions
Returns a hashcode for the specified object.
hashCode() - Method in class gnu.trove.list.array.TIntArrayList
Returns the hash code value for this collection.
hashCode() - Method in class gnu.trove.list.array.TLongArrayList
Returns the hash code value for this collection.
hashCode() - Method in class gnu.trove.map.hash.THashMap
 
hashCode() - Method in class gnu.trove.map.hash.TIntCharHashMap
hashCode() - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
 
hashCode() - Method in class gnu.trove.map.hash.TIntIntHashMap
hashCode() - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
 
hashCode() - Method in class gnu.trove.map.hash.TIntLongHashMap
hashCode() - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
 
hashCode() - Method in class gnu.trove.map.hash.TIntObjectHashMap
Returns the hash code value for this map.
hashCode() - Method in class gnu.trove.map.hash.TLongIntHashMap
hashCode() - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
 
hashCode() - Method in class gnu.trove.map.hash.TLongLongHashMap
hashCode() - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
 
hashCode() - Method in class gnu.trove.map.hash.TLongObjectHashMap
Returns the hash code value for this map.
hashCode() - Method in class gnu.trove.map.hash.TObjectIntHashMap
Returns the hash code value for this map.
hashCode() - Method in class gnu.trove.map.hash.TObjectLongHashMap
Returns the hash code value for this map.
hashCode() - Method in interface gnu.trove.map.TIntObjectMap
Returns the hash code value for this map.
hashCode() - Method in interface gnu.trove.map.TLongObjectMap
Returns the hash code value for this map.
hashCode() - Method in interface gnu.trove.map.TObjectIntMap
Returns the hash code value for this map.
hashCode() - Method in interface gnu.trove.map.TObjectLongMap
Returns the hash code value for this map.
hashCode() - Method in class gnu.trove.set.hash.TIntHashSet
Returns the hash code value for this set.
hashCode() - Method in class gnu.trove.set.hash.TLongHashSet
Returns the hash code value for this set.
hashCode() - Method in interface gnu.trove.set.TIntSet
Returns the hash code value for this set.
hashCode() - Method in interface gnu.trove.set.TLongSet
Returns the hash code value for this set.
hashCode() - Method in interface gnu.trove.TCharCollection
Returns the hash code value for this collection.
hashCode() - Method in interface gnu.trove.TIntCollection
Returns the hash code value for this collection.
hashCode() - Method in interface gnu.trove.TLongCollection
Returns the hash code value for this collection.
HashFunctions - Class in gnu.trove.impl
Provides various hash functions.
HashFunctions() - Constructor for class gnu.trove.impl.HashFunctions
 
hasHyphenRestrictions(int[]) - Static method in class com.vgrs.xcode.common.Utf16
The Unicode string MUST NOT contain "--" (two consecutive hyphens) in the third and fourth character positions and MUST NOT start or end with a "-" (hyphen).
hasNext() - Method in class com.vgrs.xcode.util.InputIterator
Determine if the last line has already been read.
hasNext() - Method in class gnu.trove.impl.hash.THashIterator
Returns true if the iterator can be advanced past its current location.
hasNext() - Method in class gnu.trove.impl.hash.THashPrimitiveIterator
Returns true if the iterator can be advanced past its current location.
hasNext() - Method in interface gnu.trove.iterator.TIterator
Returns true if the iterator can be advanced past its current location.
hasNext() - Method in interface gnu.trove.iterator.TPrimitiveIterator
Returns true if the iterator can be advanced past its current location.
hasNone(int[]) - Method in interface com.vgrs.xcode.common.Filter
Check that the input array of code points do not exist in the filter.
hasNone(int[]) - Method in class com.vgrs.xcode.common.UnicodeFilter
Test for a zero intersection between an integer array and the UnicodeFilter
HebrewPunctuationGereshRule - Class in com.vgrs.xcode.idna.contextualrule
Hebrew Punctuation Geresh Contextual Rule Code Point : U+05F3 Rule : If Script(Before(cp)) .eq.
HebrewPunctuationGereshRule() - Constructor for class com.vgrs.xcode.idna.contextualrule.HebrewPunctuationGereshRule
Constructor specifies that this rule can only execute if the Hebrew punctuation Geresh code point is present in the given set of code points.
HebrewPunctuationGershayimRule - Class in com.vgrs.xcode.idna.contextualrule
Hebrew Punctuation Geresh Contextual Rule Code Point : U+05F4 Rule : If Script(Before(cp)) .eq.
HebrewPunctuationGershayimRule() - Constructor for class com.vgrs.xcode.idna.contextualrule.HebrewPunctuationGershayimRule
Constructor specifies that this rule can only execute if the Hebrew punctuation Gershayim code point is present in the given set of code points.
Hex - Class in com.vgrs.xcode.common
Base 16 or Hexadecimal is often represented using the digits 0-9 as well as the letters a-f.
Hex() - Constructor for class com.vgrs.xcode.common.Hex
 
HEX_DECODE_FOUR_BYTES_EXCEEDED() - Static method in class com.vgrs.xcode.util.XcodeError
 
HEX_DECODE_FOUR_BYTES_EXCEEDED(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
HEX_DECODE_INVALID_FORMAT() - Static method in class com.vgrs.xcode.util.XcodeError
 
HEX_DECODE_INVALID_FORMAT(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
HEX_DECODE_ONE_BYTE_EXCEEDED() - Static method in class com.vgrs.xcode.util.XcodeError
 
HEX_DECODE_ONE_BYTE_EXCEEDED(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
HEX_DECODE_TWO_BYTES_EXCEEDED() - Static method in class com.vgrs.xcode.util.XcodeError
 
HEX_DECODE_TWO_BYTES_EXCEEDED(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
HexCmdLine - Class in com.vgrs.xcode.cmdline.common
Encode an input file using Hexidecimal codes, or interpret those codes and decode to ASCII.
HexCmdLine(String[]) - Constructor for class com.vgrs.xcode.cmdline.common.HexCmdLine
Construct a class to perform command line actions.
HYPHEN - Static variable in class com.vgrs.xcode.common.Utf16
Constants

I

Idna - Class in com.vgrs.xcode.idna
Implementation of IDNA2008 Protocol
Idna(Ace) - Constructor for class com.vgrs.xcode.idna.Idna
Construct an Idna object for converting data to and from an ASCII compatible form.
Idna(Ace, boolean) - Constructor for class com.vgrs.xcode.idna.Idna
Construct an Idna object for converting data to and from an ASCII compatible form.
Idna(Ace, boolean, boolean) - Constructor for class com.vgrs.xcode.idna.Idna
Construct an Idna object for converting data to and from an ASCII compatible form.
IDNA_CONTEXTUAL_RULE_VIOLATION() - Static method in class com.vgrs.xcode.util.XcodeError
 
IDNA_CONTEXTUAL_RULE_VIOLATION(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
IDNA_DECODE_MISMATCH() - Static method in class com.vgrs.xcode.util.XcodeError
 
IDNA_DECODE_MISMATCH(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
IDNA_IDNA_HYPHEN_RESTRICTION() - Static method in class com.vgrs.xcode.util.XcodeError
 
IDNA_IDNA_HYPHEN_RESTRICTION(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
IDNA_LABEL_LENGTH_RESTRICTION() - Static method in class com.vgrs.xcode.util.XcodeError
 
IDNA_LABEL_LENGTH_RESTRICTION(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
IDNA_LEADING_COMBINING_MARK() - Static method in class com.vgrs.xcode.util.XcodeError
 
IDNA_LEADING_COMBINING_MARK(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
IdnaCmdLine - Class in com.vgrs.xcode.cmdline.idna
Internationalized Domain Names in Applications.
IdnaCmdLine(String[]) - Constructor for class com.vgrs.xcode.cmdline.idna.IdnaCmdLine
 
IDNSDK_INITIALIZATION_ERROR() - Static method in class com.vgrs.xcode.util.XcodeError
 
IDNSDK_INITIALIZATION_ERROR(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
increment(int) - Method in class gnu.trove.map.hash.TIntCharHashMap
Increments the primitive value mapped to key by 1
increment(int) - Method in class gnu.trove.map.hash.TIntIntHashMap
Increments the primitive value mapped to key by 1
increment(int) - Method in class gnu.trove.map.hash.TIntLongHashMap
Increments the primitive value mapped to key by 1
increment(long) - Method in class gnu.trove.map.hash.TLongIntHashMap
Increments the primitive value mapped to key by 1
increment(long) - Method in class gnu.trove.map.hash.TLongLongHashMap
Increments the primitive value mapped to key by 1
increment(K) - Method in class gnu.trove.map.hash.TObjectIntHashMap
Increments the primitive value mapped to key by 1
increment(K) - Method in class gnu.trove.map.hash.TObjectLongHashMap
Increments the primitive value mapped to key by 1
increment(int) - Method in interface gnu.trove.map.TIntCharMap
Increments the primitive value mapped to key by 1
increment(int) - Method in interface gnu.trove.map.TIntIntMap
Increments the primitive value mapped to key by 1
increment(int) - Method in interface gnu.trove.map.TIntLongMap
Increments the primitive value mapped to key by 1
increment(long) - Method in interface gnu.trove.map.TLongIntMap
Increments the primitive value mapped to key by 1
increment(long) - Method in interface gnu.trove.map.TLongLongMap
Increments the primitive value mapped to key by 1
increment(K) - Method in interface gnu.trove.map.TObjectIntMap
Increments the primitive value mapped to key by 1
increment(K) - Method in interface gnu.trove.map.TObjectLongMap
Increments the primitive value mapped to key by 1
index(int) - Method in class gnu.trove.impl.hash.TIntCharHash
Locates the index of val.
index(int) - Method in class gnu.trove.impl.hash.TIntHash
Locates the index of val.
index(int) - Method in class gnu.trove.impl.hash.TIntIntHash
Locates the index of val.
index(int) - Method in class gnu.trove.impl.hash.TIntLongHash
Locates the index of val.
index(long) - Method in class gnu.trove.impl.hash.TLongHash
Locates the index of val.
index(long) - Method in class gnu.trove.impl.hash.TLongIntHash
Locates the index of val.
index(long) - Method in class gnu.trove.impl.hash.TLongLongHash
Locates the index of val.
index(Object) - Method in class gnu.trove.impl.hash.TObjectHash
Locates the index of obj.
indexOf(int) - Method in class gnu.trove.list.array.TIntArrayList
Searches the list front to back for the index of value.
indexOf(int, int) - Method in class gnu.trove.list.array.TIntArrayList
Searches the list front to back for the index of value, starting at offset.
indexOf(int, long) - Method in class gnu.trove.list.array.TLongArrayList
Searches the list front to back for the index of value, starting at offset.
indexOf(long) - Method in class gnu.trove.list.array.TLongArrayList
Searches the list front to back for the index of value.
indexOf(int) - Method in interface gnu.trove.list.TIntList
Searches the list front to back for the index of value.
indexOf(int, int) - Method in interface gnu.trove.list.TIntList
Searches the list front to back for the index of value, starting at offset.
indexOf(int, long) - Method in interface gnu.trove.list.TLongList
Searches the list front to back for the index of value, starting at offset.
indexOf(long) - Method in interface gnu.trove.list.TLongList
Searches the list front to back for the index of value.
INHERITED_SCRIPT - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
init() - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
Initialize all the data structures in this class with data read and parsed from Unicode data files.
init() - Static method in class com.vgrs.xcode.idna.contextualrule.ContextualRulesRegistry
This method loads the contextual rules specified in "ContextualRules.properties" file.
InputIterator - Class in com.vgrs.xcode.util
Create an iterator over an InputStream object.
InputIterator(InputStream) - Constructor for class com.vgrs.xcode.util.InputIterator
 
insert(int[]) - Method in class com.vgrs.xcode.common.UnicodeMatrix
Store a range in the UnicodeMatrix
insert(Range) - Method in class com.vgrs.xcode.common.UnicodeMatrix
Store a range in the UnicodeMatrix
insert(int, int) - Method in class com.vgrs.xcode.common.UnicodeMatrix
Store a range in the UnicodeMatrix
insert(int) - Method in class com.vgrs.xcode.common.UnicodeMatrix
Store an integer in the UnicodeMatrix
insert(int, int) - Method in class gnu.trove.list.array.TIntArrayList
Inserts value into the list at offset.
insert(int, int[]) - Method in class gnu.trove.list.array.TIntArrayList
Inserts the array of values into the list at offset.
insert(int, int[], int, int) - Method in class gnu.trove.list.array.TIntArrayList
Inserts a slice of the array of values into the list at offset.
insert(int, long) - Method in class gnu.trove.list.array.TLongArrayList
Inserts value into the list at offset.
insert(int, long[]) - Method in class gnu.trove.list.array.TLongArrayList
Inserts the array of values into the list at offset.
insert(int, long[], int, int) - Method in class gnu.trove.list.array.TLongArrayList
Inserts a slice of the array of values into the list at offset.
insert(int, int) - Method in interface gnu.trove.list.TIntList
Inserts value into the list at offset.
insert(int, int[]) - Method in interface gnu.trove.list.TIntList
Inserts the array of values into the list at offset.
insert(int, int[], int, int) - Method in interface gnu.trove.list.TIntList
Inserts a slice of the array of values into the list at offset.
insert(int, long) - Method in interface gnu.trove.list.TLongList
Inserts value into the list at offset.
insert(int, long[]) - Method in interface gnu.trove.list.TLongList
Inserts the array of values into the list at offset.
insert(int, long[], int, int) - Method in interface gnu.trove.list.TLongList
Inserts a slice of the array of values into the list at offset.
insertionIndex(int) - Method in class gnu.trove.impl.hash.TIntCharHash
Locates the index at which val can be inserted.
insertionIndex(int) - Method in class gnu.trove.impl.hash.TIntHash
Locates the index at which val can be inserted.
insertionIndex(int) - Method in class gnu.trove.impl.hash.TIntIntHash
Locates the index at which val can be inserted.
insertionIndex(int) - Method in class gnu.trove.impl.hash.TIntLongHash
Locates the index at which val can be inserted.
insertionIndex(long) - Method in class gnu.trove.impl.hash.TLongHash
Locates the index at which val can be inserted.
insertionIndex(long) - Method in class gnu.trove.impl.hash.TLongIntHash
Locates the index at which val can be inserted.
insertionIndex(long) - Method in class gnu.trove.impl.hash.TLongLongHash
Locates the index at which val can be inserted.
insertionIndex(T) - Method in class gnu.trove.impl.hash.TObjectHash
Locates the index at which obj can be inserted.
INT_DELIMITERS - Static variable in class com.vgrs.xcode.idna.Idna
Stores the list of IDNA compliant delimiters.
internalDecode(char[]) - Method in class com.vgrs.xcode.idna.Ace
Ace specific decoding to be performed on the given input.
internalDecode(char[]) - Method in class com.vgrs.xcode.idna.Punycode
 
internalDecode(char[]) - Method in class com.vgrs.xcode.idna.Race
 
internalEncode(int[]) - Method in class com.vgrs.xcode.idna.Ace
 
internalEncode(int[]) - Method in class com.vgrs.xcode.idna.Punycode
 
internalEncode(int[]) - Method in class com.vgrs.xcode.idna.Race
 
INVALID_ARGUMENT() - Static method in class com.vgrs.xcode.util.XcodeError
 
INVALID_ARGUMENT(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
INVALID_FILE_FORMAT() - Static method in class com.vgrs.xcode.util.XcodeError
 
INVALID_FILE_FORMAT(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
INVALID_FILE_FORMAT_NOT_TCSC() - Static method in class com.vgrs.xcode.util.XcodeError
 
INVALID_FILE_FORMAT_NOT_TCSC(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
inverseGrep(TIntProcedure) - Method in class gnu.trove.list.array.TIntArrayList
Searches the list for values which do not satisfy condition .
inverseGrep(TLongProcedure) - Method in class gnu.trove.list.array.TLongArrayList
Searches the list for values which do not satisfy condition .
inverseGrep(TIntProcedure) - Method in interface gnu.trove.list.TIntList
Searches the list for values which do not satisfy condition .
inverseGrep(TLongProcedure) - Method in interface gnu.trove.list.TLongList
Searches the list for values which do not satisfy condition .
is_ACE_DECODE_NOT_STD3ASCII(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_ACE_ENCODE_INVALID_OUTPUT_LENGTH(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_ACE_ENCODE_NOT_STD3ASCII(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_ACE_ENCODE_PREFIX_FOUND(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_ACE_ENCODE_VALID_PREFIX(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_BASE32_DECODE_BIT_OVERFLOW(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_BASE32_DECODE_INVALID_BIT_SEQUENCE(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_BASE32_DECODE_INVALID_SIZE(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_BASE32_DEMAP_INVALID_BASE32_CHAR(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_BASE32_ENCODE_BIT_OVERFLOW(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_BASE32_MAP_BIT_OVERFLOW(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_BIDI_RULE_1_VIOLATION(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_BIDI_RULE_2_VIOLATION(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_BIDI_RULE_3_VIOLATION(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_BIDI_RULE_4_VIOLATION(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_BIDI_RULE_5_VIOLATION(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_BIDI_RULE_6_VIOLATION(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_CHARMAP_LABEL_ELIMINATION(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_CHARMAP_OVERFLOW(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_COMMINGLEFILTER_VIOLATION(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_DCE_DECODE_BIT_OVERFLOW(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_DCE_DECODE_INVALID_SIZE(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_DCE_INVALID_DELIMITER(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_EMPTY_ARGUMENT(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_FILE_IO(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_HEX_DECODE_FOUR_BYTES_EXCEEDED(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_HEX_DECODE_INVALID_FORMAT(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_HEX_DECODE_ONE_BYTE_EXCEEDED(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_HEX_DECODE_TWO_BYTES_EXCEEDED(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_IDNA_CONTEXTUAL_RULE_VIOLATION(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_IDNA_DECODE_MISMATCH(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_IDNA_IDNA_HYPHEN_RESTRICTION(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_IDNA_LABEL_LENGTH_RESTRICTION(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_IDNA_LEADING_COMBINING_MARK(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_IDNSDK_INITIALIZATION_ERROR(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_INVALID_ARGUMENT(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_INVALID_FILE_FORMAT(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_INVALID_FILE_FORMAT_NOT_TCSC(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_NATIVE_INVALID_ENCODING(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_NATIVE_UNSUPPORTED_ENCODING(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_NORMALIZE_BAD_CANONICALCLASS_ERROR(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_NORMALIZE_BAD_COMPATTAG_ERROR(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_NORMALIZE_BAD_DECOMPSEQUENCE_ERROR(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_NORMALIZE_CANONICAL_LOOKUP_ERROR(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_NORMALIZE_INVALID_CHARACTER(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_NORMALIZE_NOT_IN_NFC_FORM(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_NORMALIZE_NULL_CHARACTER_PRESENT(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_NOT_CLASS_A_TCSC(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_NULL_ARGUMENT(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_PROHIBIT_INVALID_CHARACTER(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_PUNYCODE_BAD_OUTPUT(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_PUNYCODE_BIG_OUTPUT(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_PUNYCODE_DECODE_DNS_COMPATIBLE(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_PUNYCODE_DECODE_INTERNAL_DELIMITER_FOUND(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_PUNYCODE_OVERFLOW(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_RACE_DECODE_5BIT_OVERFLOW(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_RACE_DECODE_5BIT_UNDERFLOW(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_RACE_DECODE_BAD_SURROGATE_DECOMPRESS(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_RACE_DECODE_DECOMPRESSION_OVERFLOW(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_RACE_DECODE_DOUBLE_ESCAPE_FOUND(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_RACE_DECODE_IMPROPER_NULL_COMPRESSION(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_RACE_DECODE_INTERNAL_DELIMITER_FOUND(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_RACE_DECODE_NO_INVALID_DNS_CHARACTERS(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_RACE_DECODE_NO_UNESCAPED_OCTETS(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_RACE_DECODE_ODD_OCTET_COUNT(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_RACE_DECODE_TRAILING_ESCAPE_PRESENT(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_RACE_DECODE_UNNEEDED_ESCAPE_PRESENT(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_RACE_ENCODE_BAD_SURROGATE_USE(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_RACE_ENCODE_COMPRESSION_OVERFLOW(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_RACE_ENCODE_DOUBLE_ESCAPE_PRESENT(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_RACE_ENCODE_INTERNAL_DELIMITER_PRESENT(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_SUCCESS(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_TCSC_CHARACTER_MAPPED_OUT(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_TCSC_DOES_NOT_APPLY(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_UNICODE_DECODE_INVALID_VALUE(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_UNICODE_INVALID_VALUE(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_UNICODE_SURROGATE_DECODE_ATTEMPTED(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_UNICODEFILTER_DOES_NOT_PASS(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_UNICODEFILTER_INVALID_RANGE(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
is_UNSUPPORTED_ENCODING(XcodeException) - Static method in class com.vgrs.xcode.util.XcodeError
 
isAscii(char) - Static method in class com.vgrs.xcode.common.Utf16
Check if a character an ASCII character
isAscii(char[]) - Static method in class com.vgrs.xcode.common.Utf16
Check if a character array is an ASCII array
isAscii(int) - Static method in class com.vgrs.xcode.common.Utf16
Check if an int is an ASCII character
isAscii(int[]) - Static method in class com.vgrs.xcode.common.Utf16
Check if an int array is an ASCII array
isBidiDomain(int[]) - Static method in class com.vgrs.xcode.idna.Bidi
Method to determine if the "domain" contains any BIDI code points i.e.
isCombiningMark(int) - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
 
isDelimiter(String) - Static method in class com.vgrs.xcode.idna.Idna
Checks if the input string is a delimiter
isDelimiter(int) - Static method in class com.vgrs.xcode.idna.Idna
Checks if the input int is a delimiter
isDisallowedOrUnassignedCodePoint(int) - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
 
isDnsCompatible(char) - Static method in class com.vgrs.xcode.common.Utf16
Check if the input character is DNS compatible.
isDnsCompatible(char[]) - Static method in class com.vgrs.xcode.common.Utf16
Check if all characters in an input array are all DNS compatible.
isDnsCompatible(int) - Static method in class com.vgrs.xcode.common.Utf16
Check if the input codepoint is DNS compatible.
isDnsCompatible(int[]) - Static method in class com.vgrs.xcode.common.Utf16
Check if all ints in an input array are all DNS compatible.
isEmpty() - Method in class gnu.trove.impl.hash.THash
Tells whether this set is currently holding any elements.
isEmpty() - Method in class gnu.trove.list.array.TIntArrayList
Tests whether this list contains any values.
isEmpty() - Method in class gnu.trove.list.array.TLongArrayList
Tests whether this list contains any values.
isEmpty() - Method in interface gnu.trove.list.TIntList
Tests whether this list contains any values.
isEmpty() - Method in interface gnu.trove.list.TLongList
Tests whether this list contains any values.
isEmpty() - Method in class gnu.trove.map.hash.TIntCharHashMap
Tells whether this set is currently holding any elements.
isEmpty() - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
Returns true if this set contains no elements.
isEmpty() - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
Returns true if this collection contains no elements.
isEmpty() - Method in class gnu.trove.map.hash.TIntIntHashMap
Tells whether this set is currently holding any elements.
isEmpty() - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
Returns true if this set contains no elements.
isEmpty() - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
Returns true if this collection contains no elements.
isEmpty() - Method in class gnu.trove.map.hash.TIntLongHashMap
Tells whether this set is currently holding any elements.
isEmpty() - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
Returns true if this set contains no elements.
isEmpty() - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
Returns true if this collection contains no elements.
isEmpty() - Method in class gnu.trove.map.hash.TLongIntHashMap
Tells whether this set is currently holding any elements.
isEmpty() - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
Returns true if this set contains no elements.
isEmpty() - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
Returns true if this collection contains no elements.
isEmpty() - Method in class gnu.trove.map.hash.TLongLongHashMap
Tells whether this set is currently holding any elements.
isEmpty() - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
Returns true if this set contains no elements.
isEmpty() - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
Returns true if this collection contains no elements.
isEmpty() - Method in interface gnu.trove.map.TIntCharMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface gnu.trove.map.TIntIntMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface gnu.trove.map.TIntLongMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface gnu.trove.map.TIntObjectMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface gnu.trove.map.TLongIntMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface gnu.trove.map.TLongLongMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface gnu.trove.map.TLongObjectMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface gnu.trove.map.TObjectIntMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface gnu.trove.map.TObjectLongMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface gnu.trove.set.TIntSet
Returns true if this set contains no elements.
isEmpty() - Method in interface gnu.trove.set.TLongSet
Returns true if this set contains no elements.
isEmpty() - Method in interface gnu.trove.TCharCollection
Returns true if this collection contains no elements.
isEmpty() - Method in interface gnu.trove.TIntCollection
Returns true if this collection contains no elements.
isEmpty() - Method in interface gnu.trove.TLongCollection
Returns true if this collection contains no elements.
isHighSurrogate(char) - Static method in class com.vgrs.xcode.common.Utf16
Check a character is a high surrogate character
isLowSurrogate(char) - Static method in class com.vgrs.xcode.common.Utf16
Check a character is a low surrogate character
isNative(char) - Static method in class com.vgrs.xcode.common.Utf16
Check if a character could be part of a native encoding.
isNative(char[]) - Static method in class com.vgrs.xcode.common.Utf16
Check if a character array could be a native encoding.
isNormalizationNeeded(int[]) - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
This method performs a quick check to see if the given code points can be normalized or not.
isNormalized(int[]) - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeData
 
isPoint - Variable in class com.vgrs.xcode.common.Range
Boolean to indicate that start and end are the same value
isPrintable(char) - Static method in class com.vgrs.xcode.common.Utf16
Check if an input character is printable (c > 0x1f && c < 0x7f) || (c > 0xA0 && c < 0x100)
isPrintable(char[]) - Static method in class com.vgrs.xcode.common.Utf16
Check if all characters in an input array are printable.
isPrintable(int) - Static method in class com.vgrs.xcode.common.Utf16
Check if an input integer is printable (c > 0x1f && c < 0x7f) || (c > 0xA0 && c < 0x100)
isPrintable(int[]) - Static method in class com.vgrs.xcode.common.Utf16
Check if all integers in an input array are printable.
isStd3Ascii(char[]) - Static method in class com.vgrs.xcode.common.Utf16
Check if an input character is standard 3 ASCII character, required by IDNA.toAscii step #3
isStd3Ascii(int[]) - Static method in class com.vgrs.xcode.common.Utf16
Check if an input int is standard 3 ASCII int, required by IDNA.toAscii step #3
isSurrogate(char) - Static method in class com.vgrs.xcode.common.Utf16
Check a character is a surrogate character
isValid(int) - Static method in class com.vgrs.xcode.common.Unicode
Assert that the specified value is a Unicode codepoint
iterator() - Method in class com.vgrs.xcode.common.UnicodeTokenizer
 
iterator() - Method in class gnu.trove.list.array.TIntArrayList
Creates an iterator over the values of the collection.
iterator() - Method in class gnu.trove.list.array.TLongArrayList
Creates an iterator over the values of the collection.
iterator() - Method in class gnu.trove.map.hash.THashMap.EntryView
 
iterator() - Method in class gnu.trove.map.hash.THashMap.KeyView
 
iterator() - Method in class gnu.trove.map.hash.THashMap.ValueView
 
iterator() - Method in class gnu.trove.map.hash.TIntCharHashMap
iterator() - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
Creates an iterator over the values of the set.
iterator() - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
Creates an iterator over the values of the collection.
iterator() - Method in class gnu.trove.map.hash.TIntIntHashMap
iterator() - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
Creates an iterator over the values of the set.
iterator() - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
Creates an iterator over the values of the collection.
iterator() - Method in class gnu.trove.map.hash.TIntLongHashMap
iterator() - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
Creates an iterator over the values of the set.
iterator() - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
Creates an iterator over the values of the collection.
iterator() - Method in class gnu.trove.map.hash.TIntObjectHashMap
Returns a TIntObjectIterator with access to this map's keys and values.
iterator() - Method in class gnu.trove.map.hash.TIntObjectHashMap.ValueView
 
iterator() - Method in class gnu.trove.map.hash.TLongIntHashMap
iterator() - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
Creates an iterator over the values of the set.
iterator() - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
Creates an iterator over the values of the collection.
iterator() - Method in class gnu.trove.map.hash.TLongLongHashMap
iterator() - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
Creates an iterator over the values of the set.
iterator() - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
Creates an iterator over the values of the collection.
iterator() - Method in class gnu.trove.map.hash.TLongObjectHashMap
Returns a TLongObjectIterator with access to this map's keys and values.
iterator() - Method in class gnu.trove.map.hash.TLongObjectHashMap.ValueView
 
iterator() - Method in class gnu.trove.map.hash.TObjectIntHashMap
 
iterator() - Method in class gnu.trove.map.hash.TObjectIntHashMap.KeyView
 
iterator() - Method in class gnu.trove.map.hash.TObjectLongHashMap
 
iterator() - Method in class gnu.trove.map.hash.TObjectLongHashMap.KeyView
 
iterator() - Method in interface gnu.trove.map.TIntCharMap
 
iterator() - Method in interface gnu.trove.map.TIntIntMap
 
iterator() - Method in interface gnu.trove.map.TIntLongMap
 
iterator() - Method in interface gnu.trove.map.TIntObjectMap
Returns a TIntObjectIterator with access to this map's keys and values.
iterator() - Method in interface gnu.trove.map.TLongIntMap
 
iterator() - Method in interface gnu.trove.map.TLongLongMap
 
iterator() - Method in interface gnu.trove.map.TLongObjectMap
Returns a TLongObjectIterator with access to this map's keys and values.
iterator() - Method in interface gnu.trove.map.TObjectIntMap
Returns a TObjectIntIterator with access to this map's keys and values.
iterator() - Method in interface gnu.trove.map.TObjectLongMap
Returns a TObjectLongIterator with access to this map's keys and values.
iterator() - Method in class gnu.trove.set.hash.TIntHashSet
Creates an iterator over the values of the set.
iterator() - Method in class gnu.trove.set.hash.TLongHashSet
Creates an iterator over the values of the set.
iterator() - Method in interface gnu.trove.set.TIntSet
Creates an iterator over the values of the set.
iterator() - Method in interface gnu.trove.set.TLongSet
Creates an iterator over the values of the set.
iterator() - Method in interface gnu.trove.TCharCollection
Creates an iterator over the values of the collection.
iterator() - Method in interface gnu.trove.TIntCollection
Creates an iterator over the values of the collection.
iterator() - Method in interface gnu.trove.TLongCollection
Creates an iterator over the values of the collection.

K

KatakanaMiddleDotRule - Class in com.vgrs.xcode.idna.contextualrule
Katakana Middle Dot Contextual Rule Appendix A.7: KATAKANA MIDDLE DOT Code Point : U+30FB Rule : If Script(cp) .in.
KatakanaMiddleDotRule() - Constructor for class com.vgrs.xcode.idna.contextualrule.KatakanaMiddleDotRule
Constructor specifies that this rule can only execute if the Katakana Middle Dot code point is present in the given set of code points.
key() - Method in interface gnu.trove.iterator.TIntCharIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in interface gnu.trove.iterator.TIntIntIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in interface gnu.trove.iterator.TIntLongIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in interface gnu.trove.iterator.TIntObjectIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in interface gnu.trove.iterator.TLongIntIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in interface gnu.trove.iterator.TLongLongIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in interface gnu.trove.iterator.TLongObjectIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in interface gnu.trove.iterator.TObjectIntIterator
Provides access to the key of the mapping at the iterator's position.
key() - Method in interface gnu.trove.iterator.TObjectLongIterator
Provides access to the key of the mapping at the iterator's position.
keyForEntry(Map.Entry<K, V>) - Method in class gnu.trove.map.hash.THashMap.EntryView
 
keys() - Method in class gnu.trove.map.hash.TIntCharHashMap
Returns the keys of the map as an array of int values.
keys(int[]) - Method in class gnu.trove.map.hash.TIntCharHashMap
Returns the keys of the map.
keys() - Method in class gnu.trove.map.hash.TIntIntHashMap
Returns the keys of the map as an array of int values.
keys(int[]) - Method in class gnu.trove.map.hash.TIntIntHashMap
Returns the keys of the map.
keys() - Method in class gnu.trove.map.hash.TIntLongHashMap
Returns the keys of the map as an array of int values.
keys(int[]) - Method in class gnu.trove.map.hash.TIntLongHashMap
Returns the keys of the map.
keys() - Method in class gnu.trove.map.hash.TIntObjectHashMap
Returns a copy of the keys of the map as an array.
keys(int[]) - Method in class gnu.trove.map.hash.TIntObjectHashMap
Returns a copy of the keys of the map as an array.
keys() - Method in class gnu.trove.map.hash.TLongIntHashMap
Returns the keys of the map as an array of long values.
keys(long[]) - Method in class gnu.trove.map.hash.TLongIntHashMap
Returns the keys of the map.
keys() - Method in class gnu.trove.map.hash.TLongLongHashMap
Returns the keys of the map as an array of long values.
keys(long[]) - Method in class gnu.trove.map.hash.TLongLongHashMap
Returns the keys of the map.
keys() - Method in class gnu.trove.map.hash.TLongObjectHashMap
Returns a copy of the keys of the map as an array.
keys(long[]) - Method in class gnu.trove.map.hash.TLongObjectHashMap
Returns a copy of the keys of the map as an array.
keys() - Method in class gnu.trove.map.hash.TObjectIntHashMap
Returns a copy of the keys of the map as an array.
keys(K[]) - Method in class gnu.trove.map.hash.TObjectIntHashMap
Returns a copy of the keys of the map as an array.
keys() - Method in class gnu.trove.map.hash.TObjectLongHashMap
Returns a copy of the keys of the map as an array.
keys(K[]) - Method in class gnu.trove.map.hash.TObjectLongHashMap
Returns a copy of the keys of the map as an array.
keys() - Method in interface gnu.trove.map.TIntCharMap
Returns the keys of the map as an array of int values.
keys(int[]) - Method in interface gnu.trove.map.TIntCharMap
Returns the keys of the map.
keys() - Method in interface gnu.trove.map.TIntIntMap
Returns the keys of the map as an array of int values.
keys(int[]) - Method in interface gnu.trove.map.TIntIntMap
Returns the keys of the map.
keys() - Method in interface gnu.trove.map.TIntLongMap
Returns the keys of the map as an array of int values.
keys(int[]) - Method in interface gnu.trove.map.TIntLongMap
Returns the keys of the map.
keys() - Method in interface gnu.trove.map.TIntObjectMap
Returns a copy of the keys of the map as an array.
keys(int[]) - Method in interface gnu.trove.map.TIntObjectMap
Returns a copy of the keys of the map as an array.
keys() - Method in interface gnu.trove.map.TLongIntMap
Returns the keys of the map as an array of long values.
keys(long[]) - Method in interface gnu.trove.map.TLongIntMap
Returns the keys of the map.
keys() - Method in interface gnu.trove.map.TLongLongMap
Returns the keys of the map as an array of long values.
keys(long[]) - Method in interface gnu.trove.map.TLongLongMap
Returns the keys of the map.
keys() - Method in interface gnu.trove.map.TLongObjectMap
Returns a copy of the keys of the map as an array.
keys(long[]) - Method in interface gnu.trove.map.TLongObjectMap
Returns a copy of the keys of the map as an array.
keys() - Method in interface gnu.trove.map.TObjectIntMap
Returns a copy of the keys of the map as an array.
keys(K[]) - Method in interface gnu.trove.map.TObjectIntMap
Returns a copy of the keys of the map as an array.
keys() - Method in interface gnu.trove.map.TObjectLongMap
Returns a copy of the keys of the map as an array.
keys(K[]) - Method in interface gnu.trove.map.TObjectLongMap
Returns a copy of the keys of the map as an array.
keySet() - Method in class gnu.trove.map.hash.THashMap
returns a Set view on the keys of the map.
keySet() - Method in class gnu.trove.map.hash.TIntCharHashMap
Returns the keys of the map as a TIntSet
keySet() - Method in class gnu.trove.map.hash.TIntIntHashMap
Returns the keys of the map as a TIntSet
keySet() - Method in class gnu.trove.map.hash.TIntLongHashMap
Returns the keys of the map as a TIntSet
keySet() - Method in class gnu.trove.map.hash.TIntObjectHashMap
Returns a TIntSet view of the keys contained in this map.
keySet() - Method in class gnu.trove.map.hash.TLongIntHashMap
Returns the keys of the map as a TLongSet
keySet() - Method in class gnu.trove.map.hash.TLongLongHashMap
Returns the keys of the map as a TLongSet
keySet() - Method in class gnu.trove.map.hash.TLongObjectHashMap
Returns a TLongSet view of the keys contained in this map.
keySet() - Method in class gnu.trove.map.hash.TObjectIntHashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class gnu.trove.map.hash.TObjectLongHashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in interface gnu.trove.map.TIntCharMap
Returns the keys of the map as a TIntSet
keySet() - Method in interface gnu.trove.map.TIntIntMap
Returns the keys of the map as a TIntSet
keySet() - Method in interface gnu.trove.map.TIntLongMap
Returns the keys of the map as a TIntSet
keySet() - Method in interface gnu.trove.map.TIntObjectMap
Returns a TIntSet view of the keys contained in this map.
keySet() - Method in interface gnu.trove.map.TLongIntMap
Returns the keys of the map as a TLongSet
keySet() - Method in interface gnu.trove.map.TLongLongMap
Returns the keys of the map as a TLongSet
keySet() - Method in interface gnu.trove.map.TLongObjectMap
Returns a TLongSet view of the keys contained in this map.
keySet() - Method in interface gnu.trove.map.TObjectIntMap
Returns a Set view of the keys contained in this map.
keySet() - Method in interface gnu.trove.map.TObjectLongMap
Returns a Set view of the keys contained in this map.

L

L_BASE - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
L_COUNT - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
largestPrime - Static variable in class gnu.trove.impl.PrimeFinder
The largest prime this class can generate; currently equal to Integer.MAX_VALUE.
last - Variable in class com.vgrs.xcode.common.Range
The integer value of the end of the range
lastIndexOf(int) - Method in class gnu.trove.list.array.TIntArrayList
Searches the list back to front for the last index of value.
lastIndexOf(int, int) - Method in class gnu.trove.list.array.TIntArrayList
Searches the list back to front for the last index of value, starting at offset.
lastIndexOf(int, long) - Method in class gnu.trove.list.array.TLongArrayList
Searches the list back to front for the last index of value, starting at offset.
lastIndexOf(long) - Method in class gnu.trove.list.array.TLongArrayList
Searches the list back to front for the last index of value.
lastIndexOf(int) - Method in interface gnu.trove.list.TIntList
Searches the list back to front for the last index of value.
lastIndexOf(int, int) - Method in interface gnu.trove.list.TIntList
Searches the list back to front for the last index of value, starting at offset.
lastIndexOf(int, long) - Method in interface gnu.trove.list.TLongList
Searches the list back to front for the last index of value, starting at offset.
lastIndexOf(long) - Method in interface gnu.trove.list.TLongList
Searches the list back to front for the last index of value.
leftPad(String) - Static method in class com.vgrs.xcode.cmdline.unicodedata.UnicodeDataCmdLine
 
loadCodePointAndCategoryCharMap(String, TIntCharMap, String[], Set<String>) - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeDataFileUtil
Loads a code point and it's corresponding property into a TIntCharMap.
loadCodePointAndCategoryMap(String, TIntObjectMap<String>, String, Set<String>) - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeDataFileUtil
Loads a code point and it's corresponding property into a TIntObjectMap.
loadCodePointAndCategoryMap(String, TIntObjectMap<String>, String[], Set<String>) - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeDataFileUtil
Loads a code point and it's corresponding property into a TIntObjectMap.
loadCodePointAndCategorySet(String, TIntObjectMap<Set<String>>, String[]) - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeDataFileUtil
Loads a code point and it's corresponding property into a TIntObjectMap>.
loadCodePointSet(String, TIntSet, String) - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeDataFileUtil
Loads a code point and it's corresponding property into a TIntSet.
log(String) - Static method in class com.vgrs.xcode.util.Debug
Log information to Standard Error.

M

main(String[]) - Static method in class com.vgrs.xcode.cmdline.common.Base32CmdLine
 
main(String[]) - Static method in class com.vgrs.xcode.cmdline.common.HexCmdLine
Entry point, integrates with the OS.
main(String[]) - Static method in class com.vgrs.xcode.cmdline.common.NativeCmdLine
 
main(String[]) - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
 
main(String[]) - Static method in class com.vgrs.xcode.cmdline.common.UnicodeCmdLine
 
main(String[]) - Static method in class com.vgrs.xcode.cmdline.ext.ConvertCmdLine
 
main(String[]) - Static method in class com.vgrs.xcode.cmdline.ext.DCECmdLine
 
main(String[]) - Static method in class com.vgrs.xcode.cmdline.ext.EncodingVariantsCmdLine
 
main(String[]) - Static method in class com.vgrs.xcode.cmdline.idna.BidiCmdLine
 
main(String[]) - Static method in class com.vgrs.xcode.cmdline.idna.DemoCmdLine
 
main(String[]) - Static method in class com.vgrs.xcode.cmdline.idna.IdnaCmdLine
 
main(String[]) - Static method in class com.vgrs.xcode.cmdline.idna.NormalizeCmdLine
If the -c option has been specified the normalized input is checked for conformance.
main(String[]) - Static method in class com.vgrs.xcode.cmdline.idna.PunycodeCmdLine
 
main(String[]) - Static method in class com.vgrs.xcode.cmdline.idna.RaceCmdLine
 
main(String[]) - Static method in class com.vgrs.xcode.cmdline.unicodedata.UnicodeDataCmdLine
 
main(String[]) - Static method in class com.vgrs.xcode.gui.Converter
Start the GUI
main(String[]) - Static method in class com.vgrs.xcode.idna.contextualrule.ContextualRulesRegistry
 
main(String[]) - Static method in class com.vgrs.xcode.util.XcodeErrorGenerator
 
MAX - Static variable in class com.vgrs.xcode.common.Unicode
This is the maximum value a Unicode codepoint can assume.
max() - Method in class gnu.trove.list.array.TIntArrayList
Finds the maximum value in the list.
max() - Method in class gnu.trove.list.array.TLongArrayList
Finds the maximum value in the list.
max() - Method in interface gnu.trove.list.TIntList
Finds the maximum value in the list.
max() - Method in interface gnu.trove.list.TLongList
Finds the maximum value in the list.
MAX_COMPRESSION_SIZE - Static variable in class com.vgrs.xcode.idna.Race
 
MAX_DOMAIN_LABEL_LENGTH_IN_OCTETS - Static variable in class com.vgrs.xcode.idna.Idna
RFC 1034 imposes a length restriction of 0 to 63 octets per domain label.
MAX_DOMAIN_LEN - Static variable in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
 
MAX_LABEL_LEN - Static variable in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
 
MAX_LABELS - Static variable in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
 
MAX_TOKEN_SIZE - Static variable in class com.vgrs.xcode.ext.DCE
 
MiddleDotRule - Class in com.vgrs.xcode.idna.contextualrule
Middle Dot Contextual Rule Code Point : U+00B7 Rule : If Before(cp) .eq.
MiddleDotRule() - Constructor for class com.vgrs.xcode.idna.contextualrule.MiddleDotRule
Constructor specifies that this rule can only execute if the Middle dot code point is present in the given set of code points.
MIN - Static variable in class com.vgrs.xcode.common.Unicode
This is the minumum value a Unicode codepoint can assume.
min() - Method in class gnu.trove.list.array.TIntArrayList
Finds the minimum value in the list.
min() - Method in class gnu.trove.list.array.TLongArrayList
Finds the minimum value in the list.
min() - Method in interface gnu.trove.list.TIntList
Finds the minimum value in the list.
min() - Method in interface gnu.trove.list.TLongList
Finds the minimum value in the list.
MIN_LABEL_LEN - Static variable in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
 
MIN_LABELS - Static variable in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
 
moveToNextIndex() - Method in class gnu.trove.impl.hash.THashIterator
Sets the internal index so that the `next' object can be returned.
moveToNextIndex() - Method in class gnu.trove.impl.hash.THashPrimitiveIterator
Sets the internal index so that the `next' object can be returned.
MUSICAL_SYMBOLS - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 

N

Native - Class in com.vgrs.xcode.common
A class that provides algorithms to encode/decode a UTF 16 to/from native characters.
Native() - Constructor for class com.vgrs.xcode.common.Native
 
NATIVE_INVALID_ENCODING() - Static method in class com.vgrs.xcode.util.XcodeError
 
NATIVE_INVALID_ENCODING(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
NATIVE_UNSUPPORTED_ENCODING() - Static method in class com.vgrs.xcode.util.XcodeError
 
NATIVE_UNSUPPORTED_ENCODING(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
NativeCmdLine - Class in com.vgrs.xcode.cmdline.common
This class converts between native language encodings like Big5, S-JIS, or UTF- 8.
NativeCmdLine(String[]) - Constructor for class com.vgrs.xcode.cmdline.common.NativeCmdLine
 
next() - Method in class com.vgrs.xcode.gui.Animation
Show the next slide in the animation.
next() - Method in class com.vgrs.xcode.util.InputIterator
Retrieve the next line of content.
next() - Method in class gnu.trove.impl.hash.THashIterator
Moves the iterator to the next Object and returns it.
next() - Method in interface gnu.trove.iterator.TCharIterator
Advances the iterator to the next element in the underlying collection and returns it.
next() - Method in interface gnu.trove.iterator.TIntIterator
Advances the iterator to the next element in the underlying collection and returns it.
next() - Method in interface gnu.trove.iterator.TLongIterator
Advances the iterator to the next element in the underlying collection and returns it.
nextIndex() - Method in class gnu.trove.impl.hash.THashIterator
Returns the index of the next value in the data structure or a negative value if the iterator is exhausted.
nextIndex() - Method in class gnu.trove.impl.hash.THashPrimitiveIterator
Returns the index of the next value in the data structure or a negative value if the iterator is exhausted.
nextPrime(int) - Static method in class gnu.trove.impl.PrimeFinder
Returns a prime number which is >= desiredCapacity and very close to desiredCapacity (within 11% if desiredCapacity >= 1000).
NFC_QC - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
NFC_QC_M - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
NFC_QC_N - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
NFKC_CF - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
Derived Normalization properties
NFKC_QC - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
NFKC_QC_N - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
no_entry_key - Variable in class gnu.trove.impl.hash.TIntCharHash
key that represents null NOTE: should not be modified after the Hash is created, but is not final because of Externalization
no_entry_key - Variable in class gnu.trove.impl.hash.TIntIntHash
key that represents null NOTE: should not be modified after the Hash is created, but is not final because of Externalization
no_entry_key - Variable in class gnu.trove.impl.hash.TIntLongHash
key that represents null NOTE: should not be modified after the Hash is created, but is not final because of Externalization
no_entry_key - Variable in class gnu.trove.impl.hash.TLongIntHash
key that represents null NOTE: should not be modified after the Hash is created, but is not final because of Externalization
no_entry_key - Variable in class gnu.trove.impl.hash.TLongLongHash
key that represents null NOTE: should not be modified after the Hash is created, but is not final because of Externalization
no_entry_key - Variable in class gnu.trove.map.hash.TIntObjectHashMap
the value that represents null in the key set.
no_entry_key - Variable in class gnu.trove.map.hash.TLongObjectHashMap
the value that represents null in the key set.
no_entry_value - Variable in class gnu.trove.impl.hash.TIntCharHash
value that represents null NOTE: should not be modified after the Hash is created, but is not final because of Externalization
no_entry_value - Variable in class gnu.trove.impl.hash.TIntHash
value that represents null NOTE: should not be modified after the Hash is created, but is not final because of Externalization
no_entry_value - Variable in class gnu.trove.impl.hash.TIntIntHash
value that represents null NOTE: should not be modified after the Hash is created, but is not final because of Externalization
no_entry_value - Variable in class gnu.trove.impl.hash.TIntLongHash
value that represents null NOTE: should not be modified after the Hash is created, but is not final because of Externalization
no_entry_value - Variable in class gnu.trove.impl.hash.TLongHash
value that represents null NOTE: should not be modified after the Hash is created, but is not final because of Externalization
no_entry_value - Variable in class gnu.trove.impl.hash.TLongIntHash
value that represents null NOTE: should not be modified after the Hash is created, but is not final because of Externalization
no_entry_value - Variable in class gnu.trove.impl.hash.TLongLongHash
value that represents null NOTE: should not be modified after the Hash is created, but is not final because of Externalization
no_entry_value - Variable in class gnu.trove.list.array.TIntArrayList
the int value that represents null
no_entry_value - Variable in class gnu.trove.list.array.TLongArrayList
the long value that represents null
no_entry_value - Variable in class gnu.trove.map.hash.TObjectIntHashMap
the value that represents null
no_entry_value - Variable in class gnu.trove.map.hash.TObjectLongHashMap
the value that represents null
NONCHARACTER_CODE_POINT - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
Constants used for while parsing Unicode data files.
NORMALIZATION_NEEDED - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
Normalize - Class in com.vgrs.xcode.idna
This class perform NFKC normalization
Normalize() - Constructor for class com.vgrs.xcode.idna.Normalize
 
NORMALIZE_BAD_CANONICALCLASS_ERROR() - Static method in class com.vgrs.xcode.util.XcodeError
 
NORMALIZE_BAD_CANONICALCLASS_ERROR(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
NORMALIZE_BAD_COMPATTAG_ERROR() - Static method in class com.vgrs.xcode.util.XcodeError
 
NORMALIZE_BAD_COMPATTAG_ERROR(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
NORMALIZE_BAD_DECOMPSEQUENCE_ERROR() - Static method in class com.vgrs.xcode.util.XcodeError
 
NORMALIZE_BAD_DECOMPSEQUENCE_ERROR(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
NORMALIZE_CANONICAL_LOOKUP_ERROR() - Static method in class com.vgrs.xcode.util.XcodeError
 
NORMALIZE_CANONICAL_LOOKUP_ERROR(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
NORMALIZE_INVALID_CHARACTER() - Static method in class com.vgrs.xcode.util.XcodeError
 
NORMALIZE_INVALID_CHARACTER(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
NORMALIZE_NOT_IN_NFC_FORM() - Static method in class com.vgrs.xcode.util.XcodeError
 
NORMALIZE_NOT_IN_NFC_FORM(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
NORMALIZE_NULL_CHARACTER_PRESENT() - Static method in class com.vgrs.xcode.util.XcodeError
 
NORMALIZE_NULL_CHARACTER_PRESENT(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
NormalizeCmdLine - Class in com.vgrs.xcode.cmdline.idna
Normalize the input sequence using the NFKC algorithm.
NormalizeCmdLine(String[]) - Constructor for class com.vgrs.xcode.cmdline.idna.NormalizeCmdLine
 
NORMALIZED - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
NOT_CLASS_A_TCSC() - Static method in class com.vgrs.xcode.util.XcodeError
 
NOT_CLASS_A_TCSC(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
NULL_ARGUMENT() - Static method in class com.vgrs.xcode.util.XcodeError
 
NULL_ARGUMENT(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
NULL_COMPRESSION_FLAG - Static variable in class com.vgrs.xcode.idna.Race
 
nullifyUnicodeDataPointsTable() - Static method in class com.vgrs.xcode.common.unicodedata.UnicodeDataLoader
Once the derived property of each Unicode code point is calculated, the UNICODE_DATA_POINTS data structure is no longer needed.

O

objectAtIndex(int) - Method in class gnu.trove.impl.hash.THashIterator
Returns the object at the specified index.
objectAtIndex(int) - Method in class gnu.trove.iterator.hash.TObjectHashIterator
 

P

packUtf16(String) - Static method in class com.vgrs.xcode.gui.Converter
Reassemble UTF-16 data which has been mangled during encoding.
paint(Graphics) - Method in class com.vgrs.xcode.gui.Animation
Display the Animation
paintFrame(Graphics) - Method in class com.vgrs.xcode.gui.Animation
Wait until all frames have been loaded, then draw
parse(String[]) - Method in class com.vgrs.xcode.cmdline.CommandLineArgs
 
pass(String) - Static method in class com.vgrs.xcode.util.Debug
Log information to Standard Out.
PERCENT_BMP - Static variable in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
 
postInsertHook(boolean) - Method in class gnu.trove.impl.hash.THash
After an insert, this hook is called to adjust the size/free values of the set and to perform rehashing if necessary.
PrimeFinder - Class in gnu.trove.impl
Used to keep hash table capacities prime numbers.
PrimeFinder() - Constructor for class gnu.trove.impl.PrimeFinder
 
printRandomAceLines(String, boolean, int) - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
Randomly generates ACE test data
printRandomNativeLines(boolean, int, String) - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
Randomly generates test data in Native encoding type
printRandomRangedLines(boolean, int, int, int) - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
Randomly generates ranged test data
printRandomTCSCLines(boolean, int) - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
Randomly generates TC/SC test data
printRandomUnicodeLines(boolean, int) - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
Randomly generates Unicode test data
printRandomUtf16Lines(boolean, int) - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
Randomly generates Utf16 test data
PROHIBIT_INVALID_CHARACTER() - Static method in class com.vgrs.xcode.util.XcodeError
 
PROHIBIT_INVALID_CHARACTER(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
PROP_LIST_DATA - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
Punycode - Class in com.vgrs.xcode.idna
This class implements the ASCII-Compatible Encoding (ACE) algorithm Punycode: A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA).
Punycode() - Constructor for class com.vgrs.xcode.idna.Punycode
Construct Punycode with default values.
Punycode(String) - Constructor for class com.vgrs.xcode.idna.Punycode
 
Punycode(boolean) - Constructor for class com.vgrs.xcode.idna.Punycode
 
Punycode(String, boolean) - Constructor for class com.vgrs.xcode.idna.Punycode
 
PUNYCODE_BAD_OUTPUT() - Static method in class com.vgrs.xcode.util.XcodeError
 
PUNYCODE_BAD_OUTPUT(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
PUNYCODE_BIG_OUTPUT() - Static method in class com.vgrs.xcode.util.XcodeError
 
PUNYCODE_BIG_OUTPUT(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
PUNYCODE_DECODE_DNS_COMPATIBLE() - Static method in class com.vgrs.xcode.util.XcodeError
 
PUNYCODE_DECODE_DNS_COMPATIBLE(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
PUNYCODE_DECODE_INTERNAL_DELIMITER_FOUND() - Static method in class com.vgrs.xcode.util.XcodeError
 
PUNYCODE_DECODE_INTERNAL_DELIMITER_FOUND(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
PUNYCODE_ENCODING - Static variable in class com.vgrs.xcode.ext.Convert
A string refering to the Punycode algorithm referenced in RFC 3492.
PUNYCODE_OVERFLOW() - Static method in class com.vgrs.xcode.util.XcodeError
 
PUNYCODE_OVERFLOW(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
PunycodeCmdLine - Class in com.vgrs.xcode.cmdline.idna
This tool compresses and converts Unicode data into an ASCII compatible sequence.
PunycodeCmdLine(String[]) - Constructor for class com.vgrs.xcode.cmdline.idna.PunycodeCmdLine
 
put(K, V) - Method in class gnu.trove.map.hash.THashMap
Inserts a key/value pair into the map.
put(int, char) - Method in class gnu.trove.map.hash.TIntCharHashMap
Inserts a key/value pair into the map.
put(int, int) - Method in class gnu.trove.map.hash.TIntIntHashMap
Inserts a key/value pair into the map.
put(int, long) - Method in class gnu.trove.map.hash.TIntLongHashMap
Inserts a key/value pair into the map.
put(int, V) - Method in class gnu.trove.map.hash.TIntObjectHashMap
Associates the specified value with the specified key in this map (optional operation).
put(long, int) - Method in class gnu.trove.map.hash.TLongIntHashMap
Inserts a key/value pair into the map.
put(long, long) - Method in class gnu.trove.map.hash.TLongLongHashMap
Inserts a key/value pair into the map.
put(long, V) - Method in class gnu.trove.map.hash.TLongObjectHashMap
Associates the specified value with the specified key in this map (optional operation).
put(K, int) - Method in class gnu.trove.map.hash.TObjectIntHashMap
Associates the specified value with the specified key in this map (optional operation).
put(K, long) - Method in class gnu.trove.map.hash.TObjectLongHashMap
Associates the specified value with the specified key in this map (optional operation).
put(int, char) - Method in interface gnu.trove.map.TIntCharMap
Inserts a key/value pair into the map.
put(int, int) - Method in interface gnu.trove.map.TIntIntMap
Inserts a key/value pair into the map.
put(int, long) - Method in interface gnu.trove.map.TIntLongMap
Inserts a key/value pair into the map.
put(int, V) - Method in interface gnu.trove.map.TIntObjectMap
Associates the specified value with the specified key in this map (optional operation).
put(long, int) - Method in interface gnu.trove.map.TLongIntMap
Inserts a key/value pair into the map.
put(long, long) - Method in interface gnu.trove.map.TLongLongMap
Inserts a key/value pair into the map.
put(long, V) - Method in interface gnu.trove.map.TLongObjectMap
Associates the specified value with the specified key in this map (optional operation).
put(K, int) - Method in interface gnu.trove.map.TObjectIntMap
Associates the specified value with the specified key in this map (optional operation).
put(K, long) - Method in interface gnu.trove.map.TObjectLongMap
Associates the specified value with the specified key in this map (optional operation).
putAll(Map<? extends K, ? extends V>) - Method in class gnu.trove.map.hash.THashMap
copies the key/value mappings in map into this map.
putAll(Map<? extends Integer, ? extends Character>) - Method in class gnu.trove.map.hash.TIntCharHashMap
Put all the entries from the given Map into this map.
putAll(TIntCharMap) - Method in class gnu.trove.map.hash.TIntCharHashMap
Put all the entries from the given map into this map.
putAll(Map<? extends Integer, ? extends Integer>) - Method in class gnu.trove.map.hash.TIntIntHashMap
Put all the entries from the given Map into this map.
putAll(TIntIntMap) - Method in class gnu.trove.map.hash.TIntIntHashMap
Put all the entries from the given map into this map.
putAll(Map<? extends Integer, ? extends Long>) - Method in class gnu.trove.map.hash.TIntLongHashMap
Put all the entries from the given Map into this map.
putAll(TIntLongMap) - Method in class gnu.trove.map.hash.TIntLongHashMap
Put all the entries from the given map into this map.
putAll(Map<? extends Integer, ? extends V>) - Method in class gnu.trove.map.hash.TIntObjectHashMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(TIntObjectMap<V>) - Method in class gnu.trove.map.hash.TIntObjectHashMap
Put all the entries from the given map into this map.
putAll(Map<? extends Long, ? extends Integer>) - Method in class gnu.trove.map.hash.TLongIntHashMap
Put all the entries from the given Map into this map.
putAll(TLongIntMap) - Method in class gnu.trove.map.hash.TLongIntHashMap
Put all the entries from the given map into this map.
putAll(Map<? extends Long, ? extends Long>) - Method in class gnu.trove.map.hash.TLongLongHashMap
Put all the entries from the given Map into this map.
putAll(TLongLongMap) - Method in class gnu.trove.map.hash.TLongLongHashMap
Put all the entries from the given map into this map.
putAll(Map<? extends Long, ? extends V>) - Method in class gnu.trove.map.hash.TLongObjectHashMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(TLongObjectMap<V>) - Method in class gnu.trove.map.hash.TLongObjectHashMap
Put all the entries from the given map into this map.
putAll(Map<? extends K, ? extends Integer>) - Method in class gnu.trove.map.hash.TObjectIntHashMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(TObjectIntMap<K>) - Method in class gnu.trove.map.hash.TObjectIntHashMap
Put all the entries from the given map into this map.
putAll(Map<? extends K, ? extends Long>) - Method in class gnu.trove.map.hash.TObjectLongHashMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(TObjectLongMap<K>) - Method in class gnu.trove.map.hash.TObjectLongHashMap
Put all the entries from the given map into this map.
putAll(Map<? extends Integer, ? extends Character>) - Method in interface gnu.trove.map.TIntCharMap
Put all the entries from the given Map into this map.
putAll(TIntCharMap) - Method in interface gnu.trove.map.TIntCharMap
Put all the entries from the given map into this map.
putAll(Map<? extends Integer, ? extends Integer>) - Method in interface gnu.trove.map.TIntIntMap
Put all the entries from the given Map into this map.
putAll(TIntIntMap) - Method in interface gnu.trove.map.TIntIntMap
Put all the entries from the given map into this map.
putAll(Map<? extends Integer, ? extends Long>) - Method in interface gnu.trove.map.TIntLongMap
Put all the entries from the given Map into this map.
putAll(TIntLongMap) - Method in interface gnu.trove.map.TIntLongMap
Put all the entries from the given map into this map.
putAll(Map<? extends Integer, ? extends V>) - Method in interface gnu.trove.map.TIntObjectMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(TIntObjectMap<V>) - Method in interface gnu.trove.map.TIntObjectMap
Put all the entries from the given map into this map.
putAll(Map<? extends Long, ? extends Integer>) - Method in interface gnu.trove.map.TLongIntMap
Put all the entries from the given Map into this map.
putAll(TLongIntMap) - Method in interface gnu.trove.map.TLongIntMap
Put all the entries from the given map into this map.
putAll(Map<? extends Long, ? extends Long>) - Method in interface gnu.trove.map.TLongLongMap
Put all the entries from the given Map into this map.
putAll(TLongLongMap) - Method in interface gnu.trove.map.TLongLongMap
Put all the entries from the given map into this map.
putAll(Map<? extends Long, ? extends V>) - Method in interface gnu.trove.map.TLongObjectMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(TLongObjectMap<V>) - Method in interface gnu.trove.map.TLongObjectMap
Put all the entries from the given map into this map.
putAll(Map<? extends K, ? extends Integer>) - Method in interface gnu.trove.map.TObjectIntMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(TObjectIntMap<K>) - Method in interface gnu.trove.map.TObjectIntMap
Put all the entries from the given map into this map.
putAll(Map<? extends K, ? extends Long>) - Method in interface gnu.trove.map.TObjectLongMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(TObjectLongMap<K>) - Method in interface gnu.trove.map.TObjectLongMap
Put all the entries from the given map into this map.
putIfAbsent(K, V) - Method in class gnu.trove.map.hash.THashMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.
putIfAbsent(int, char) - Method in class gnu.trove.map.hash.TIntCharHashMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.
putIfAbsent(int, int) - Method in class gnu.trove.map.hash.TIntIntHashMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.
putIfAbsent(int, long) - Method in class gnu.trove.map.hash.TIntLongHashMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.
putIfAbsent(int, V) - Method in class gnu.trove.map.hash.TIntObjectHashMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.
putIfAbsent(long, int) - Method in class gnu.trove.map.hash.TLongIntHashMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.
putIfAbsent(long, long) - Method in class gnu.trove.map.hash.TLongLongHashMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.
putIfAbsent(long, V) - Method in class gnu.trove.map.hash.TLongObjectHashMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.
putIfAbsent(K, int) - Method in class gnu.trove.map.hash.TObjectIntHashMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.
putIfAbsent(K, long) - Method in class gnu.trove.map.hash.TObjectLongHashMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.
putIfAbsent(int, char) - Method in interface gnu.trove.map.TIntCharMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.
putIfAbsent(int, int) - Method in interface gnu.trove.map.TIntIntMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.
putIfAbsent(int, long) - Method in interface gnu.trove.map.TIntLongMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.
putIfAbsent(int, V) - Method in interface gnu.trove.map.TIntObjectMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.
putIfAbsent(long, int) - Method in interface gnu.trove.map.TLongIntMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.
putIfAbsent(long, long) - Method in interface gnu.trove.map.TLongLongMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.
putIfAbsent(long, V) - Method in interface gnu.trove.map.TLongObjectMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.
putIfAbsent(K, int) - Method in interface gnu.trove.map.TObjectIntMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.
putIfAbsent(K, long) - Method in interface gnu.trove.map.TObjectLongMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.

R

Race - Class in com.vgrs.xcode.idna
This class implements the ASCII-Compatible Encoding (ACE) algorithm Race.
Race() - Constructor for class com.vgrs.xcode.idna.Race
Race constructed using default values
Race(String) - Constructor for class com.vgrs.xcode.idna.Race
 
Race(boolean) - Constructor for class com.vgrs.xcode.idna.Race
 
Race(String, boolean) - Constructor for class com.vgrs.xcode.idna.Race
 
RACE_DECODE_5BIT_OVERFLOW() - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_DECODE_5BIT_OVERFLOW(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_DECODE_5BIT_UNDERFLOW() - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_DECODE_5BIT_UNDERFLOW(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_DECODE_BAD_SURROGATE_DECOMPRESS() - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_DECODE_BAD_SURROGATE_DECOMPRESS(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_DECODE_DECOMPRESSION_OVERFLOW() - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_DECODE_DECOMPRESSION_OVERFLOW(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_DECODE_DOUBLE_ESCAPE_FOUND() - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_DECODE_DOUBLE_ESCAPE_FOUND(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_DECODE_IMPROPER_NULL_COMPRESSION() - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_DECODE_IMPROPER_NULL_COMPRESSION(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_DECODE_INTERNAL_DELIMITER_FOUND() - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_DECODE_INTERNAL_DELIMITER_FOUND(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_DECODE_NO_INVALID_DNS_CHARACTERS() - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_DECODE_NO_INVALID_DNS_CHARACTERS(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_DECODE_NO_UNESCAPED_OCTETS() - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_DECODE_NO_UNESCAPED_OCTETS(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_DECODE_ODD_OCTET_COUNT() - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_DECODE_ODD_OCTET_COUNT(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_DECODE_TRAILING_ESCAPE_PRESENT() - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_DECODE_TRAILING_ESCAPE_PRESENT(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_DECODE_UNNEEDED_ESCAPE_PRESENT() - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_DECODE_UNNEEDED_ESCAPE_PRESENT(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_ENCODE_BAD_SURROGATE_USE() - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_ENCODE_BAD_SURROGATE_USE(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_ENCODE_COMPRESSION_OVERFLOW() - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_ENCODE_COMPRESSION_OVERFLOW(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_ENCODE_DOUBLE_ESCAPE_PRESENT() - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_ENCODE_DOUBLE_ESCAPE_PRESENT(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_ENCODE_INTERNAL_DELIMITER_PRESENT() - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_ENCODE_INTERNAL_DELIMITER_PRESENT(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
RACE_ENCODING - Static variable in class com.vgrs.xcode.ext.Convert
A string refering to the Row-based ASCII Compatible Encoding.
RaceCmdLine - Class in com.vgrs.xcode.cmdline.idna
This tool compresses and converts Unicode data into an ASCII compatible sequence.
RaceCmdLine(String[]) - Constructor for class com.vgrs.xcode.cmdline.idna.RaceCmdLine
 
RAND - Static variable in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
 
RandomDataCmdLine - Class in com.vgrs.xcode.cmdline.common
Randomly spit out test data in various encoding type.
RandomDataCmdLine() - Constructor for class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
 
Range - Class in com.vgrs.xcode.common
This class stores the start and end integer values of a range of integers.
Range(int, int) - Constructor for class com.vgrs.xcode.common.Range
 
Range(int) - Constructor for class com.vgrs.xcode.common.Range
 
RANGE_THRESHOLD - Static variable in class com.vgrs.xcode.common.UnicodeFilter
This is the maximum number of ranges to allow on a plane before converting the data to a matrix.
RangeCreator - Class in com.vgrs.xcode.util
This class contains utility methods to create a Collection of Range objects from either a TIntSet or a TIntList.
RangeCreator() - Constructor for class com.vgrs.xcode.util.RangeCreator
 
readExternal(ObjectInput) - Method in class gnu.trove.impl.hash.THash
 
readExternal(ObjectInput) - Method in class gnu.trove.impl.hash.TIntCharHash
readExternal(ObjectInput) - Method in class gnu.trove.impl.hash.TIntIntHash
readExternal(ObjectInput) - Method in class gnu.trove.impl.hash.TIntLongHash
readExternal(ObjectInput) - Method in class gnu.trove.impl.hash.TLongIntHash
readExternal(ObjectInput) - Method in class gnu.trove.impl.hash.TLongLongHash
readExternal(ObjectInput) - Method in class gnu.trove.impl.hash.TObjectHash
 
readExternal(ObjectInput) - Method in class gnu.trove.list.array.TIntArrayList
 
readExternal(ObjectInput) - Method in class gnu.trove.list.array.TLongArrayList
 
readExternal(ObjectInput) - Method in class gnu.trove.map.hash.THashMap
 
readExternal(ObjectInput) - Method in class gnu.trove.map.hash.TIntCharHashMap
readExternal(ObjectInput) - Method in class gnu.trove.map.hash.TIntIntHashMap
readExternal(ObjectInput) - Method in class gnu.trove.map.hash.TIntLongHashMap
readExternal(ObjectInput) - Method in class gnu.trove.map.hash.TIntObjectHashMap
 
readExternal(ObjectInput) - Method in class gnu.trove.map.hash.TLongIntHashMap
readExternal(ObjectInput) - Method in class gnu.trove.map.hash.TLongLongHashMap
readExternal(ObjectInput) - Method in class gnu.trove.map.hash.TLongObjectHashMap
 
readExternal(ObjectInput) - Method in class gnu.trove.map.hash.TObjectIntHashMap
 
readExternal(ObjectInput) - Method in class gnu.trove.map.hash.TObjectLongHashMap
 
readExternal(ObjectInput) - Method in class gnu.trove.set.hash.TIntHashSet
readExternal(ObjectInput) - Method in class gnu.trove.set.hash.TLongHashSet
reenableAutoCompaction(boolean) - Method in class gnu.trove.impl.hash.THash
Re-enable auto-compaction after it was disabled via THash.tempDisableAutoCompaction().
rehash(int) - Method in class gnu.trove.impl.hash.THash
Rehashes the set.
rehash(int) - Method in class gnu.trove.map.hash.THashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.map.hash.TIntCharHashMap
Rehashes the set.
rehash(int) - Method in class gnu.trove.map.hash.TIntIntHashMap
Rehashes the set.
rehash(int) - Method in class gnu.trove.map.hash.TIntLongHashMap
Rehashes the set.
rehash(int) - Method in class gnu.trove.map.hash.TIntObjectHashMap
Rehashes the set.
rehash(int) - Method in class gnu.trove.map.hash.TLongIntHashMap
Rehashes the set.
rehash(int) - Method in class gnu.trove.map.hash.TLongLongHashMap
Rehashes the set.
rehash(int) - Method in class gnu.trove.map.hash.TLongObjectHashMap
Rehashes the set.
rehash(int) - Method in class gnu.trove.map.hash.TObjectIntHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.map.hash.TObjectLongHashMap
rehashes the map to the new capacity.
rehash(int) - Method in class gnu.trove.set.hash.TIntHashSet
Rehashes the set.
rehash(int) - Method in class gnu.trove.set.hash.TLongHashSet
Rehashes the set.
remove() - Method in class com.vgrs.xcode.util.InputIterator
Removes from the underlying collection the last element returned by the iterator.
remove() - Method in class gnu.trove.impl.hash.THashIterator
Removes the last entry returned by the iterator.
remove() - Method in class gnu.trove.impl.hash.THashPrimitiveIterator
Removes the last entry returned by the iterator.
remove() - Method in interface gnu.trove.iterator.TIterator
Removes the last entry returned by the iterator.
remove() - Method in interface gnu.trove.iterator.TPrimitiveIterator
Removes the last entry returned by the iterator.
remove(int) - Method in class gnu.trove.list.array.TIntArrayList
Removes value from the list.
remove(int, int) - Method in class gnu.trove.list.array.TIntArrayList
Removes length values from the list, starting at offset
remove(int, int) - Method in class gnu.trove.list.array.TLongArrayList
Removes length values from the list, starting at offset
remove(long) - Method in class gnu.trove.list.array.TLongArrayList
Removes value from the list.
remove(int) - Method in interface gnu.trove.list.TIntList
Removes value from the list.
remove(int, int) - Method in interface gnu.trove.list.TIntList
Removes length values from the list, starting at offset
remove(int, int) - Method in interface gnu.trove.list.TLongList
Removes length values from the list, starting at offset
remove(long) - Method in interface gnu.trove.list.TLongList
Removes value from the list.
remove(Object) - Method in class gnu.trove.map.hash.THashMap
Deletes a key/value pair from the map.
remove(int) - Method in class gnu.trove.map.hash.TIntCharHashMap
Deletes a key/value pair from the map.
remove(int) - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
Removes entry from the set.
remove(char) - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
Removes entry from the collection.
remove(int) - Method in class gnu.trove.map.hash.TIntIntHashMap
Deletes a key/value pair from the map.
remove(int) - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
Removes entry from the set.
remove(int) - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
Removes entry from the collection.
remove(int) - Method in class gnu.trove.map.hash.TIntLongHashMap
Deletes a key/value pair from the map.
remove(int) - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
Removes entry from the set.
remove(long) - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
Removes entry from the collection.
remove(int) - Method in class gnu.trove.map.hash.TIntObjectHashMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(long) - Method in class gnu.trove.map.hash.TLongIntHashMap
Deletes a key/value pair from the map.
remove(long) - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
Removes entry from the set.
remove(int) - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
Removes entry from the collection.
remove(long) - Method in class gnu.trove.map.hash.TLongLongHashMap
Deletes a key/value pair from the map.
remove(long) - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
Removes entry from the set.
remove(long) - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
Removes entry from the collection.
remove(long) - Method in class gnu.trove.map.hash.TLongObjectHashMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object) - Method in class gnu.trove.map.hash.TObjectIntHashMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object) - Method in class gnu.trove.map.hash.TObjectLongHashMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(int) - Method in interface gnu.trove.map.TIntCharMap
Deletes a key/value pair from the map.
remove(int) - Method in interface gnu.trove.map.TIntIntMap
Deletes a key/value pair from the map.
remove(int) - Method in interface gnu.trove.map.TIntLongMap
Deletes a key/value pair from the map.
remove(int) - Method in interface gnu.trove.map.TIntObjectMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(long) - Method in interface gnu.trove.map.TLongIntMap
Deletes a key/value pair from the map.
remove(long) - Method in interface gnu.trove.map.TLongLongMap
Deletes a key/value pair from the map.
remove(long) - Method in interface gnu.trove.map.TLongObjectMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object) - Method in interface gnu.trove.map.TObjectIntMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object) - Method in interface gnu.trove.map.TObjectLongMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(int) - Method in class gnu.trove.set.hash.TIntHashSet
Removes entry from the set.
remove(long) - Method in class gnu.trove.set.hash.TLongHashSet
Removes entry from the set.
remove(int) - Method in interface gnu.trove.set.TIntSet
Removes entry from the set.
remove(long) - Method in interface gnu.trove.set.TLongSet
Removes entry from the set.
remove(char) - Method in interface gnu.trove.TCharCollection
Removes entry from the collection.
remove(int) - Method in interface gnu.trove.TIntCollection
Removes entry from the collection.
remove(long) - Method in interface gnu.trove.TLongCollection
Removes entry from the collection.
removeAll(Collection<?>) - Method in class gnu.trove.list.array.TIntArrayList
Removes all of the elements in collection from the collection.
removeAll(int[]) - Method in class gnu.trove.list.array.TIntArrayList
Removes all of the elements in array from the collection.
removeAll(TIntCollection) - Method in class gnu.trove.list.array.TIntArrayList
Removes all of the elements in TIntCollection from the collection.
removeAll(Collection<?>) - Method in class gnu.trove.list.array.TLongArrayList
Removes all of the elements in collection from the collection.
removeAll(long[]) - Method in class gnu.trove.list.array.TLongArrayList
Removes all of the elements in array from the collection.
removeAll(TLongCollection) - Method in class gnu.trove.list.array.TLongArrayList
Removes all of the elements in TLongCollection from the collection.
removeAll(Collection<?>) - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
Removes all of the elements in collection from the set.
removeAll(int[]) - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
Removes all of the elements in array from the set.
removeAll(TIntCollection) - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
Removes all of the elements in TIntCollection from the set.
removeAll(char[]) - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
Removes all of the elements in array from the collection.
removeAll(Collection<?>) - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
Removes all of the elements in collection from the collection.
removeAll(TCharCollection) - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
Removes all of the elements in TCharCollection from the collection.
removeAll(Collection<?>) - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
Removes all of the elements in collection from the set.
removeAll(int[]) - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
Removes all of the elements in array from the set.
removeAll(TIntCollection) - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
Removes all of the elements in TIntCollection from the set.
removeAll(Collection<?>) - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
Removes all of the elements in collection from the collection.
removeAll(int[]) - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
Removes all of the elements in array from the collection.
removeAll(TIntCollection) - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
Removes all of the elements in TIntCollection from the collection.
removeAll(Collection<?>) - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
Removes all of the elements in collection from the set.
removeAll(int[]) - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
Removes all of the elements in array from the set.
removeAll(TIntCollection) - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
Removes all of the elements in TIntCollection from the set.
removeAll(Collection<?>) - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
Removes all of the elements in collection from the collection.
removeAll(long[]) - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
Removes all of the elements in array from the collection.
removeAll(TLongCollection) - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
Removes all of the elements in TLongCollection from the collection.
removeAll(Collection<?>) - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
Removes all of the elements in collection from the set.
removeAll(long[]) - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
Removes all of the elements in array from the set.
removeAll(TLongCollection) - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
Removes all of the elements in TLongCollection from the set.
removeAll(Collection<?>) - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
Removes all of the elements in collection from the collection.
removeAll(int[]) - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
Removes all of the elements in array from the collection.
removeAll(TIntCollection) - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
Removes all of the elements in TIntCollection from the collection.
removeAll(Collection<?>) - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
Removes all of the elements in collection from the set.
removeAll(long[]) - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
Removes all of the elements in array from the set.
removeAll(TLongCollection) - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
Removes all of the elements in TLongCollection from the set.
removeAll(Collection<?>) - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
Removes all of the elements in collection from the collection.
removeAll(long[]) - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
Removes all of the elements in array from the collection.
removeAll(TLongCollection) - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
Removes all of the elements in TLongCollection from the collection.
removeAll(Collection<?>) - Method in class gnu.trove.set.hash.TIntHashSet
Removes all of the elements in collection from the set.
removeAll(int[]) - Method in class gnu.trove.set.hash.TIntHashSet
Removes all of the elements in array from the set.
removeAll(TIntCollection) - Method in class gnu.trove.set.hash.TIntHashSet
Removes all of the elements in TIntCollection from the set.
removeAll(Collection<?>) - Method in class gnu.trove.set.hash.TLongHashSet
Removes all of the elements in collection from the set.
removeAll(long[]) - Method in class gnu.trove.set.hash.TLongHashSet
Removes all of the elements in array from the set.
removeAll(TLongCollection) - Method in class gnu.trove.set.hash.TLongHashSet
Removes all of the elements in TLongCollection from the set.
removeAll(Collection<?>) - Method in interface gnu.trove.set.TIntSet
Removes all of the elements in collection from the set.
removeAll(int[]) - Method in interface gnu.trove.set.TIntSet
Removes all of the elements in array from the set.
removeAll(TIntCollection) - Method in interface gnu.trove.set.TIntSet
Removes all of the elements in TIntCollection from the set.
removeAll(Collection<?>) - Method in interface gnu.trove.set.TLongSet
Removes all of the elements in collection from the set.
removeAll(long[]) - Method in interface gnu.trove.set.TLongSet
Removes all of the elements in array from the set.
removeAll(TLongCollection) - Method in interface gnu.trove.set.TLongSet
Removes all of the elements in TLongCollection from the set.
removeAll(char[]) - Method in interface gnu.trove.TCharCollection
Removes all of the elements in array from the collection.
removeAll(Collection<?>) - Method in interface gnu.trove.TCharCollection
Removes all of the elements in collection from the collection.
removeAll(TCharCollection) - Method in interface gnu.trove.TCharCollection
Removes all of the elements in TCharCollection from the collection.
removeAll(Collection<?>) - Method in interface gnu.trove.TIntCollection
Removes all of the elements in collection from the collection.
removeAll(int[]) - Method in interface gnu.trove.TIntCollection
Removes all of the elements in array from the collection.
removeAll(TIntCollection) - Method in interface gnu.trove.TIntCollection
Removes all of the elements in TIntCollection from the collection.
removeAll(Collection<?>) - Method in interface gnu.trove.TLongCollection
Removes all of the elements in collection from the collection.
removeAll(long[]) - Method in interface gnu.trove.TLongCollection
Removes all of the elements in array from the collection.
removeAll(TLongCollection) - Method in interface gnu.trove.TLongCollection
Removes all of the elements in TLongCollection from the collection.
removeAt(int) - Method in class gnu.trove.impl.hash.THash
Delete the record at index.
removeAt(int) - Method in class gnu.trove.impl.hash.TIntCharHash
Releases the element currently stored at index.
removeAt(int) - Method in class gnu.trove.impl.hash.TIntHash
Releases the element currently stored at index.
removeAt(int) - Method in class gnu.trove.impl.hash.TIntIntHash
Releases the element currently stored at index.
removeAt(int) - Method in class gnu.trove.impl.hash.TIntLongHash
Releases the element currently stored at index.
removeAt(int) - Method in class gnu.trove.impl.hash.TLongHash
Releases the element currently stored at index.
removeAt(int) - Method in class gnu.trove.impl.hash.TLongIntHash
Releases the element currently stored at index.
removeAt(int) - Method in class gnu.trove.impl.hash.TLongLongHash
Releases the element currently stored at index.
removeAt(int) - Method in class gnu.trove.impl.hash.TObjectHash
 
removeAt(int) - Method in class gnu.trove.impl.hash.TPrimitiveHash
Delete the record at index.
removeAt(int) - Method in class gnu.trove.list.array.TIntArrayList
Removes value at a given offset from the list.
removeAt(int) - Method in class gnu.trove.list.array.TLongArrayList
Removes value at a given offset from the list.
removeAt(int) - Method in interface gnu.trove.list.TIntList
Removes value at a given offset from the list.
removeAt(int) - Method in interface gnu.trove.list.TLongList
Removes value at a given offset from the list.
removeAt(int) - Method in class gnu.trove.map.hash.THashMap
removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.map.hash.TIntCharHashMap
Releases the element currently stored at index.
removeAt(int) - Method in class gnu.trove.map.hash.TIntIntHashMap
Releases the element currently stored at index.
removeAt(int) - Method in class gnu.trove.map.hash.TIntLongHashMap
Releases the element currently stored at index.
removeAt(int) - Method in class gnu.trove.map.hash.TIntObjectHashMap
Releases the element currently stored at index.
removeAt(int) - Method in class gnu.trove.map.hash.TLongIntHashMap
Releases the element currently stored at index.
removeAt(int) - Method in class gnu.trove.map.hash.TLongLongHashMap
Releases the element currently stored at index.
removeAt(int) - Method in class gnu.trove.map.hash.TLongObjectHashMap
Releases the element currently stored at index.
removeAt(int) - Method in class gnu.trove.map.hash.TObjectIntHashMap
Removes the mapping at index from the map.
removeAt(int) - Method in class gnu.trove.map.hash.TObjectLongHashMap
Removes the mapping at index from the map.
REMOVED - Static variable in class gnu.trove.impl.hash.TObjectHash
 
REMOVED - Static variable in class gnu.trove.impl.hash.TPrimitiveHash
flag indicating that the value of a slot in the hashtable was deleted
removeElement(Map.Entry<K, V>) - Method in class gnu.trove.map.hash.THashMap.EntryView
 
removeElement(K) - Method in class gnu.trove.map.hash.THashMap.KeyView
 
removeElement(V) - Method in class gnu.trove.map.hash.THashMap.ValueView
 
removeElement(V) - Method in class gnu.trove.map.hash.TIntObjectHashMap.ValueView
 
removeElement(V) - Method in class gnu.trove.map.hash.TLongObjectHashMap.ValueView
 
removeElement(K) - Method in class gnu.trove.map.hash.TObjectIntHashMap.KeyView
 
removeElement(K) - Method in class gnu.trove.map.hash.TObjectLongHashMap.KeyView
 
replace(int, int) - Method in class gnu.trove.list.array.TIntArrayList
Sets the value at the specified offset and returns the previously stored value.
replace(int, long) - Method in class gnu.trove.list.array.TLongArrayList
Sets the value at the specified offset and returns the previously stored value.
replace(int, int) - Method in interface gnu.trove.list.TIntList
Sets the value at the specified offset and returns the previously stored value.
replace(int, long) - Method in interface gnu.trove.list.TLongList
Sets the value at the specified offset and returns the previously stored value.
reset() - Method in class com.vgrs.xcode.cmdline.CommandLineArgs
 
reset() - Method in class gnu.trove.list.array.TIntArrayList
Sets the size of the list to 0, but does not change its capacity.
reset() - Method in class gnu.trove.list.array.TLongArrayList
Sets the size of the list to 0, but does not change its capacity.
resetQuick() - Method in class gnu.trove.list.array.TIntArrayList
Sets the size of the list to 0, but does not change its capacity.
resetQuick() - Method in class gnu.trove.list.array.TLongArrayList
Sets the size of the list to 0, but does not change its capacity.
retainAll(Collection<?>) - Method in class gnu.trove.list.array.TIntArrayList
Removes any values in the collection which are not contained in collection.
retainAll(int[]) - Method in class gnu.trove.list.array.TIntArrayList
Removes any values in the collection which are not contained in array.
retainAll(TIntCollection) - Method in class gnu.trove.list.array.TIntArrayList
Removes any values in the collection which are not contained in TIntCollection.
retainAll(Collection<?>) - Method in class gnu.trove.list.array.TLongArrayList
Removes any values in the collection which are not contained in collection.
retainAll(long[]) - Method in class gnu.trove.list.array.TLongArrayList
Removes any values in the collection which are not contained in array.
retainAll(TLongCollection) - Method in class gnu.trove.list.array.TLongArrayList
Removes any values in the collection which are not contained in TLongCollection.
retainAll(Collection<?>) - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
 
retainAll(int[]) - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
Removes any values in the set which are not contained in array.
retainAll(TIntCollection) - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
Removes any values in the set which are not contained in TIntCollection.
retainAll(char[]) - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
Removes any values in the collection which are not contained in array.
retainAll(Collection<?>) - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
 
retainAll(TCharCollection) - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
Removes any values in the collection which are not contained in TCharCollection.
retainAll(Collection<?>) - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
Removes any values in the set which are not contained in collection.
retainAll(int[]) - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
Removes any values in the set which are not contained in array.
retainAll(TIntCollection) - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
Removes any values in the set which are not contained in TIntCollection.
retainAll(Collection<?>) - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
Removes any values in the collection which are not contained in collection.
retainAll(int[]) - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
Removes any values in the collection which are not contained in array.
retainAll(TIntCollection) - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
Removes any values in the collection which are not contained in TIntCollection.
retainAll(Collection<?>) - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
Removes any values in the set which are not contained in collection.
retainAll(int[]) - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
Removes any values in the set which are not contained in array.
retainAll(TIntCollection) - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
Removes any values in the set which are not contained in TIntCollection.
retainAll(Collection<?>) - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
Removes any values in the collection which are not contained in collection.
retainAll(long[]) - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
Removes any values in the collection which are not contained in array.
retainAll(TLongCollection) - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
Removes any values in the collection which are not contained in TLongCollection.
retainAll(Collection<?>) - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
Removes any values in the set which are not contained in collection.
retainAll(long[]) - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
Removes any values in the set which are not contained in array.
retainAll(TLongCollection) - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
Removes any values in the set which are not contained in TLongCollection.
retainAll(Collection<?>) - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
Removes any values in the collection which are not contained in collection.
retainAll(int[]) - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
Removes any values in the collection which are not contained in array.
retainAll(TIntCollection) - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
Removes any values in the collection which are not contained in TIntCollection.
retainAll(Collection<?>) - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
Removes any values in the set which are not contained in collection.
retainAll(long[]) - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
Removes any values in the set which are not contained in array.
retainAll(TLongCollection) - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
Removes any values in the set which are not contained in TLongCollection.
retainAll(Collection<?>) - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
Removes any values in the collection which are not contained in collection.
retainAll(long[]) - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
Removes any values in the collection which are not contained in array.
retainAll(TLongCollection) - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
Removes any values in the collection which are not contained in TLongCollection.
retainAll(Collection<?>) - Method in class gnu.trove.set.hash.TIntHashSet
Removes any values in the set which are not contained in collection.
retainAll(int[]) - Method in class gnu.trove.set.hash.TIntHashSet
Removes any values in the set which are not contained in array.
retainAll(TIntCollection) - Method in class gnu.trove.set.hash.TIntHashSet
Removes any values in the set which are not contained in TIntCollection.
retainAll(Collection<?>) - Method in class gnu.trove.set.hash.TLongHashSet
Removes any values in the set which are not contained in collection.
retainAll(long[]) - Method in class gnu.trove.set.hash.TLongHashSet
Removes any values in the set which are not contained in array.
retainAll(TLongCollection) - Method in class gnu.trove.set.hash.TLongHashSet
Removes any values in the set which are not contained in TLongCollection.
retainAll(Collection<?>) - Method in interface gnu.trove.set.TIntSet
Removes any values in the set which are not contained in collection.
retainAll(int[]) - Method in interface gnu.trove.set.TIntSet
Removes any values in the set which are not contained in array.
retainAll(TIntCollection) - Method in interface gnu.trove.set.TIntSet
Removes any values in the set which are not contained in TIntCollection.
retainAll(Collection<?>) - Method in interface gnu.trove.set.TLongSet
Removes any values in the set which are not contained in collection.
retainAll(long[]) - Method in interface gnu.trove.set.TLongSet
Removes any values in the set which are not contained in array.
retainAll(TLongCollection) - Method in interface gnu.trove.set.TLongSet
Removes any values in the set which are not contained in TLongCollection.
retainAll(char[]) - Method in interface gnu.trove.TCharCollection
Removes any values in the collection which are not contained in array.
retainAll(Collection<?>) - Method in interface gnu.trove.TCharCollection
Removes any values in the collection which are not contained in collection.
retainAll(TCharCollection) - Method in interface gnu.trove.TCharCollection
Removes any values in the collection which are not contained in TCharCollection.
retainAll(Collection<?>) - Method in interface gnu.trove.TIntCollection
Removes any values in the collection which are not contained in collection.
retainAll(int[]) - Method in interface gnu.trove.TIntCollection
Removes any values in the collection which are not contained in array.
retainAll(TIntCollection) - Method in interface gnu.trove.TIntCollection
Removes any values in the collection which are not contained in TIntCollection.
retainAll(Collection<?>) - Method in interface gnu.trove.TLongCollection
Removes any values in the collection which are not contained in collection.
retainAll(long[]) - Method in interface gnu.trove.TLongCollection
Removes any values in the collection which are not contained in array.
retainAll(TLongCollection) - Method in interface gnu.trove.TLongCollection
Removes any values in the collection which are not contained in TLongCollection.
retainEntries(TObjectObjectProcedure<K, V>) - Method in class gnu.trove.map.hash.THashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TIntCharProcedure) - Method in class gnu.trove.map.hash.TIntCharHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TIntIntProcedure) - Method in class gnu.trove.map.hash.TIntIntHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TIntLongProcedure) - Method in class gnu.trove.map.hash.TIntLongHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TIntObjectProcedure<V>) - Method in class gnu.trove.map.hash.TIntObjectHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TLongIntProcedure) - Method in class gnu.trove.map.hash.TLongIntHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TLongLongProcedure) - Method in class gnu.trove.map.hash.TLongLongHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TLongObjectProcedure<V>) - Method in class gnu.trove.map.hash.TLongObjectHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TObjectIntProcedure<K>) - Method in class gnu.trove.map.hash.TObjectIntHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TObjectLongProcedure<K>) - Method in class gnu.trove.map.hash.TObjectLongHashMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TIntCharProcedure) - Method in interface gnu.trove.map.TIntCharMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TIntIntProcedure) - Method in interface gnu.trove.map.TIntIntMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TIntLongProcedure) - Method in interface gnu.trove.map.TIntLongMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TIntObjectProcedure<V>) - Method in interface gnu.trove.map.TIntObjectMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TLongIntProcedure) - Method in interface gnu.trove.map.TLongIntMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TLongLongProcedure) - Method in interface gnu.trove.map.TLongLongMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TLongObjectProcedure<V>) - Method in interface gnu.trove.map.TLongObjectMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TObjectIntProcedure<K>) - Method in interface gnu.trove.map.TObjectIntMap
Retains only those entries in the map for which the procedure returns a true value.
retainEntries(TObjectLongProcedure<K>) - Method in interface gnu.trove.map.TObjectLongMap
Retains only those entries in the map for which the procedure returns a true value.
reverse() - Method in class gnu.trove.list.array.TIntArrayList
Reverse the order of the elements in the list.
reverse(int, int) - Method in class gnu.trove.list.array.TIntArrayList
Reverse the order of the elements in the range of the list.
reverse() - Method in class gnu.trove.list.array.TLongArrayList
Reverse the order of the elements in the list.
reverse(int, int) - Method in class gnu.trove.list.array.TLongArrayList
Reverse the order of the elements in the range of the list.
reverse() - Method in interface gnu.trove.list.TIntList
Reverse the order of the elements in the list.
reverse(int, int) - Method in interface gnu.trove.list.TIntList
Reverse the order of the elements in the range of the list.
reverse() - Method in interface gnu.trove.list.TLongList
Reverse the order of the elements in the list.
reverse(int, int) - Method in interface gnu.trove.list.TLongList
Reverse the order of the elements in the range of the list.
ruleAppliesToCodepoint(int) - Method in class com.vgrs.xcode.idna.contextualrule.AbstractContextualRule
 
ruleAppliesToCodepoint(int) - Method in class com.vgrs.xcode.idna.contextualrule.ArabicIndicDigitsRule
Tests if the given code point is one of the Arabic Indic digits code point.
ruleAppliesToCodepoint(int) - Method in interface com.vgrs.xcode.idna.contextualrule.ContextualRule
Checks if the specified code point satisfies the condition for executing the rule
ruleAppliesToCodepoint(int) - Method in class com.vgrs.xcode.idna.contextualrule.ExtendedArabicIndicDigitsRule
Tests if the given code point is one of the Extended Arabic Indic digits code point.
runContextualRules(int[]) - Static method in class com.vgrs.xcode.idna.contextualrule.ContextualRulesRegistry
This method executes the contextual rules.

S

S_BASE - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
Hangul composition constants
SC - Static variable in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
 
SCALE_TYPE - Static variable in class com.vgrs.xcode.gui.Animation
All images loaded are scaled to a certain dimension using the scaling algorithm specified by this constant.
SCRIPTS_DATA - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
SEMI_COLON_DELIMITER - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
SEMI_COLON_TAB_DELIMITERS - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
set(int, int) - Method in class gnu.trove.list.array.TIntArrayList
Sets the value at the specified offset.
set(int, int[]) - Method in class gnu.trove.list.array.TIntArrayList
Replace the values in the list starting at offset with the contents of the values array.
set(int, int[], int, int) - Method in class gnu.trove.list.array.TIntArrayList
Replace the values in the list starting at offset with length values from the values array, starting at valOffset.
set(int, long) - Method in class gnu.trove.list.array.TLongArrayList
Sets the value at the specified offset.
set(int, long[]) - Method in class gnu.trove.list.array.TLongArrayList
Replace the values in the list starting at offset with the contents of the values array.
set(int, long[], int, int) - Method in class gnu.trove.list.array.TLongArrayList
Replace the values in the list starting at offset with length values from the values array, starting at valOffset.
set(int, int) - Method in interface gnu.trove.list.TIntList
Sets the value at the specified offset.
set(int, int[]) - Method in interface gnu.trove.list.TIntList
Replace the values in the list starting at offset with the contents of the values array.
set(int, int[], int, int) - Method in interface gnu.trove.list.TIntList
Replace the values in the list starting at offset with length values from the values array, starting at valOffset.
set(int, long) - Method in interface gnu.trove.list.TLongList
Sets the value at the specified offset.
set(int, long[]) - Method in interface gnu.trove.list.TLongList
Replace the values in the list starting at offset with the contents of the values array.
set(int, long[], int, int) - Method in interface gnu.trove.list.TLongList
Replace the values in the list starting at offset with length values from the values array, starting at valOffset.
setAutoCompactionFactor(float) - Method in class gnu.trove.impl.hash.THash
The auto-compaction factor controls whether and when a table performs a THash.compact() automatically after a certain number of remove operations.
setCodePointToWhichRuleApplies(int) - Method in class com.vgrs.xcode.idna.contextualrule.AbstractContextualRule
 
setCommandName(String) - Method in class com.vgrs.xcode.cmdline.CmdLine
 
setConvert(Convert) - Method in class com.vgrs.xcode.cmdline.ext.ConvertCmdLine
Sets convert value to convert
setIdna(Idna) - Method in class com.vgrs.xcode.cmdline.idna.IdnaCmdLine
Sets idna value to idna
setOptions(CommandLineArgs) - Method in class com.vgrs.xcode.cmdline.CmdLine
 
setPrefix(String) - Method in class com.vgrs.xcode.common.UnicodeFilter
 
setQuick(int, int) - Method in class gnu.trove.list.array.TIntArrayList
Sets the value at the specified offset without doing any bounds checking.
setQuick(int, long) - Method in class gnu.trove.list.array.TLongArrayList
Sets the value at the specified offset without doing any bounds checking.
setRuleName(String) - Method in class com.vgrs.xcode.idna.contextualrule.AbstractContextualRule
 
setRuleName(String) - Method in interface com.vgrs.xcode.idna.contextualrule.ContextualRule
 
setUp(int) - Method in class gnu.trove.impl.hash.THash
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.impl.hash.TIntCharHash
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.impl.hash.TIntHash
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.impl.hash.TIntIntHash
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.impl.hash.TIntLongHash
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.impl.hash.TLongHash
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.impl.hash.TLongIntHash
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.impl.hash.TLongLongHash
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.impl.hash.TObjectHash
initializes the Object set of this hash table.
setUp(int) - Method in class gnu.trove.impl.hash.TPrimitiveHash
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.map.hash.THashMap
initialize the value array of the map.
setUp(int) - Method in class gnu.trove.map.hash.TIntCharHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.map.hash.TIntIntHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.map.hash.TIntLongHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.map.hash.TIntObjectHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.map.hash.TLongIntHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.map.hash.TLongLongHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.map.hash.TLongObjectHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.map.hash.TObjectIntHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class gnu.trove.map.hash.TObjectLongHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setValue(char) - Method in interface gnu.trove.iterator.TIntCharIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(int) - Method in interface gnu.trove.iterator.TIntIntIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(long) - Method in interface gnu.trove.iterator.TIntLongIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(V) - Method in interface gnu.trove.iterator.TIntObjectIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(int) - Method in interface gnu.trove.iterator.TLongIntIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(long) - Method in interface gnu.trove.iterator.TLongLongIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(V) - Method in interface gnu.trove.iterator.TLongObjectIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(int) - Method in interface gnu.trove.iterator.TObjectIntIterator
Replace the value of the mapping at the iterator's position with the specified value.
setValue(long) - Method in interface gnu.trove.iterator.TObjectLongIterator
Replace the value of the mapping at the iterator's position with the specified value.
showUsage() - Method in class com.vgrs.xcode.cmdline.CmdLine
Print the usage of this command line class.
shuffle(Random) - Method in class gnu.trove.list.array.TIntArrayList
Shuffle the elements of the list using the specified random number generator.
shuffle(Random) - Method in class gnu.trove.list.array.TLongArrayList
Shuffle the elements of the list using the specified random number generator.
shuffle(Random) - Method in interface gnu.trove.list.TIntList
Shuffle the elements of the list using the specified random number generator.
shuffle(Random) - Method in interface gnu.trove.list.TLongList
Shuffle the elements of the list using the specified random number generator.
size() - Method in class gnu.trove.impl.hash.THash
Returns the number of distinct elements in this collection.
size() - Method in class gnu.trove.list.array.TIntArrayList
Returns the number of values in the list.
size() - Method in class gnu.trove.list.array.TLongArrayList
Returns the number of values in the list.
size() - Method in interface gnu.trove.list.TIntList
Returns the number of values in the list.
size() - Method in interface gnu.trove.list.TLongList
Returns the number of values in the list.
size() - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
Returns the number of elements in this set (its cardinality).
size() - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
Returns the number of elements in this collection (its cardinality).
size() - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
Returns the number of elements in this set (its cardinality).
size() - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
Returns the number of elements in this collection (its cardinality).
size() - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
Returns the number of elements in this set (its cardinality).
size() - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
Returns the number of elements in this collection (its cardinality).
size() - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
Returns the number of elements in this set (its cardinality).
size() - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
Returns the number of elements in this collection (its cardinality).
size() - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
Returns the number of elements in this set (its cardinality).
size() - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
Returns the number of elements in this collection (its cardinality).
size() - Method in interface gnu.trove.map.TIntCharMap
Returns an int value that is the number of elements in the map.
size() - Method in interface gnu.trove.map.TIntIntMap
Returns an int value that is the number of elements in the map.
size() - Method in interface gnu.trove.map.TIntLongMap
Returns an int value that is the number of elements in the map.
size() - Method in interface gnu.trove.map.TIntObjectMap
Returns the number of key-value mappings in this map.
size() - Method in interface gnu.trove.map.TLongIntMap
Returns an int value that is the number of elements in the map.
size() - Method in interface gnu.trove.map.TLongLongMap
Returns an int value that is the number of elements in the map.
size() - Method in interface gnu.trove.map.TLongObjectMap
Returns the number of key-value mappings in this map.
size() - Method in interface gnu.trove.map.TObjectIntMap
Returns the number of key-value mappings in this map.
size() - Method in interface gnu.trove.map.TObjectLongMap
Returns the number of key-value mappings in this map.
size() - Method in interface gnu.trove.set.TIntSet
Returns the number of elements in this set (its cardinality).
size() - Method in interface gnu.trove.set.TLongSet
Returns the number of elements in this set (its cardinality).
size() - Method in interface gnu.trove.TCharCollection
Returns the number of elements in this collection (its cardinality).
size() - Method in interface gnu.trove.TIntCollection
Returns the number of elements in this collection (its cardinality).
size() - Method in interface gnu.trove.TLongCollection
Returns the number of elements in this collection (its cardinality).
sort() - Method in class gnu.trove.list.array.TIntArrayList
Sort the values in the list (ascending) using the Sun quicksort implementation.
sort(int, int) - Method in class gnu.trove.list.array.TIntArrayList
Sort a slice of the list (ascending) using the Sun quicksort implementation.
sort() - Method in class gnu.trove.list.array.TLongArrayList
Sort the values in the list (ascending) using the Sun quicksort implementation.
sort(int, int) - Method in class gnu.trove.list.array.TLongArrayList
Sort a slice of the list (ascending) using the Sun quicksort implementation.
sort() - Method in interface gnu.trove.list.TIntList
Sort the values in the list (ascending) using the Sun quicksort implementation.
sort(int, int) - Method in interface gnu.trove.list.TIntList
Sort a slice of the list (ascending) using the Sun quicksort implementation.
sort() - Method in interface gnu.trove.list.TLongList
Sort the values in the list (ascending) using the Sun quicksort implementation.
sort(int, int) - Method in interface gnu.trove.list.TLongList
Sort a slice of the list (ascending) using the Sun quicksort implementation.
spans(int[]) - Method in class com.vgrs.xcode.common.UnicodeMatrix
Return true if the given range fits completely inside the matrix.
spans(Range) - Method in class com.vgrs.xcode.common.UnicodeMatrix
Return true if the given range fits completely inside the matrix.
spans(int, int) - Method in class com.vgrs.xcode.common.UnicodeMatrix
Return true if the given range fits completely inside the matrix.
subList(int, int) - Method in class gnu.trove.list.array.TIntArrayList
Returns a sublist of this list.
subList(int, int) - Method in class gnu.trove.list.array.TLongArrayList
Returns a sublist of this list.
subList(int, int) - Method in interface gnu.trove.list.TIntList
Returns a sublist of this list.
subList(int, int) - Method in interface gnu.trove.list.TLongList
Returns a sublist of this list.
SUCCESS() - Static method in class com.vgrs.xcode.util.XcodeError
 
SUCCESS(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
SWITCH_FILE - Static variable in class com.vgrs.xcode.cmdline.CmdLine
Command line argument to specify a file name.

T

T_BASE - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
T_COUNT - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
TAB_DELIMITER - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
TAdvancingIterator - Interface in gnu.trove.iterator
Common interface for iterators that operate via the "advance" method for moving the cursor to the next element.
TC - Static variable in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
 
TCharCollection - Interface in gnu.trove
An interface that mimics the Collection interface.
TCharFunction - Interface in gnu.trove.function
Interface for functions that accept and return one char primitive.
TCharIterator - Interface in gnu.trove.iterator
Iterator for char collections.
TCharProcedure - Interface in gnu.trove.procedure
Interface for procedures with one char parameter.
TCSC_CHARACTER_MAPPED_OUT() - Static method in class com.vgrs.xcode.util.XcodeError
 
TCSC_CHARACTER_MAPPED_OUT(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
TCSC_DOES_NOT_APPLY() - Static method in class com.vgrs.xcode.util.XcodeError
 
TCSC_DOES_NOT_APPLY(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
tempDisableAutoCompaction() - Method in class gnu.trove.impl.hash.THash
Temporarily disables auto-compaction.
test(int) - Method in class com.vgrs.xcode.common.UnicodeMatrix
Test for intersection between a single integer and the UnicodeMatrix
testConformance(File) - Static method in class com.vgrs.xcode.cmdline.idna.NormalizeCmdLine
File containing data in the specified format to test for conformance.
testConformance(String) - Static method in class com.vgrs.xcode.cmdline.idna.NormalizeCmdLine
Test the given input for conformance
testDecode(File) - Static method in class com.vgrs.xcode.cmdline.common.Base32CmdLine
Base32 decode the input in the file.
testDecode(String) - Static method in class com.vgrs.xcode.cmdline.common.Base32CmdLine
Base32 decode the given input
testDecode(File, String[]) - Static method in class com.vgrs.xcode.cmdline.common.NativeCmdLine
Use the specified native encoding to return the input sequence in UTF16 format.
testDecode(String, String) - Static method in class com.vgrs.xcode.cmdline.common.NativeCmdLine
Use the specified native encoding to return the input sequence in UTF16 format.
testDecode(String, String[]) - Static method in class com.vgrs.xcode.cmdline.common.NativeCmdLine
Use the specified native encoding to return the input sequence in UTF16 format.
testDecode(File) - Static method in class com.vgrs.xcode.cmdline.common.UnicodeCmdLine
Decode Unicode input as Utf-16.
testDecode(String) - Static method in class com.vgrs.xcode.cmdline.common.UnicodeCmdLine
Decode a sequence of Unicode code points to a sequence of characters.
testDecode(File) - Static method in class com.vgrs.xcode.cmdline.ext.DCECmdLine
Convert the data in the file which contains dns-compatible string(s) into array of bytes.
testDecode(String) - Static method in class com.vgrs.xcode.cmdline.ext.DCECmdLine
Convert the dns-compatible string into array of bytes
testDecode(File) - Static method in class com.vgrs.xcode.cmdline.idna.PunycodeCmdLine
Decode Punycode strings in the input file into Unicode code points
testDecode(String) - Static method in class com.vgrs.xcode.cmdline.idna.PunycodeCmdLine
Decode the Punycode string into Unicode code points
testDecode(File) - Static method in class com.vgrs.xcode.cmdline.idna.RaceCmdLine
Decode Race strings in the input file into Unicode code points
testDecode(String) - Static method in class com.vgrs.xcode.cmdline.idna.RaceCmdLine
Decode the Race string into Unicode code points
testEncode(File) - Static method in class com.vgrs.xcode.cmdline.common.Base32CmdLine
Base32 encode the input in the file.
testEncode(String) - Static method in class com.vgrs.xcode.cmdline.common.Base32CmdLine
Base32 encode the given input
testEncode(File, String[]) - Static method in class com.vgrs.xcode.cmdline.common.NativeCmdLine
Encodes the input in the file using each of the Java supported encoding types.
testEncode(String, String) - Static method in class com.vgrs.xcode.cmdline.common.NativeCmdLine
Encode the input using the indicated encoding type.
testEncode(String, String[]) - Static method in class com.vgrs.xcode.cmdline.common.NativeCmdLine
Encode the input using the indicated encoding types.
testEncode(File) - Static method in class com.vgrs.xcode.cmdline.common.UnicodeCmdLine
Encode Utf-16 input as Unicode.
testEncode(String) - Static method in class com.vgrs.xcode.cmdline.common.UnicodeCmdLine
Encode a string to an array of unicode
testEncode(File) - Static method in class com.vgrs.xcode.cmdline.ext.DCECmdLine
Convert the data in the file into a dns-compatible string
testEncode(String) - Static method in class com.vgrs.xcode.cmdline.ext.DCECmdLine
Convert the input into a dns-compatible string
testEncode(File) - Static method in class com.vgrs.xcode.cmdline.idna.PunycodeCmdLine
Encode the Unicode code points in the input file into Punycode string.
testEncode(String) - Static method in class com.vgrs.xcode.cmdline.idna.PunycodeCmdLine
Encode the Unicode code points in the input string into Punycode string.
testEncode(File) - Static method in class com.vgrs.xcode.cmdline.idna.RaceCmdLine
Encode the Unicode code points in the input file into Race string.
testEncode(String) - Static method in class com.vgrs.xcode.cmdline.idna.RaceCmdLine
Encode the Unicode code points in the input string into Race string.
testExecute(File, String[]) - Static method in class com.vgrs.xcode.cmdline.ext.EncodingVariantsCmdLine
Convert the ACE encoded strings in the file into a list of native encodings.
testExecute(String, String[]) - Static method in class com.vgrs.xcode.cmdline.ext.EncodingVariantsCmdLine
Convert the ACE encoded string into a list of native encodings.
testExecute(File) - Static method in class com.vgrs.xcode.cmdline.idna.BidiCmdLine
Asserts that the given Unicode code points in the file are in compliance with IDNA2008 Bidi rules.
testExecute(String) - Static method in class com.vgrs.xcode.cmdline.idna.BidiCmdLine
Asserts that the sequence of Unicode code points are in compliance with IDNA2008 Bidi rules.
testExecute(File) - Static method in class com.vgrs.xcode.cmdline.idna.NormalizeCmdLine
Normalize the data in the given input file.
testExecute(String) - Static method in class com.vgrs.xcode.cmdline.idna.NormalizeCmdLine
Normalize the Unicode code points given in the input
testToAscii(File) - Method in class com.vgrs.xcode.cmdline.idna.IdnaCmdLine
Converts the code points in the given file to ASCII using the specified ACE algorithm.
testToAscii(String) - Method in class com.vgrs.xcode.cmdline.idna.IdnaCmdLine
Converts the given set of Unicode code points to ASCII using the specified ACE algorithm.
testToUnicode(File) - Method in class com.vgrs.xcode.cmdline.idna.IdnaCmdLine
Converts the given ASCII to a set of Unicode code points using the specified ACE algorithm.
testToUnicode(String) - Method in class com.vgrs.xcode.cmdline.idna.IdnaCmdLine
Convert the given ASCII string to Unicode code points using the specified ACE algorithm.
THash - Class in gnu.trove.impl.hash
Base class for hashtables that use open addressing to resolve collisions.
THash() - Constructor for class gnu.trove.impl.hash.THash
Creates a new THash instance with the default capacity and load factor.
THash(int) - Constructor for class gnu.trove.impl.hash.THash
Creates a new THash instance with a prime capacity at or near the specified capacity and with the default load factor.
THash(int, float) - Constructor for class gnu.trove.impl.hash.THash
Creates a new THash instance with a prime capacity at or near the minimum needed to hold initialCapacity elements with load factor loadFactor without triggering a rehash.
THashIterator<V> - Class in gnu.trove.impl.hash
Implements all iterator functions for the hashed object set.
THashIterator(TObjectHash<V>) - Constructor for class gnu.trove.impl.hash.THashIterator
Create an instance of THashIterator over the values of the TObjectHash
THashMap<K,V> - Class in gnu.trove.map.hash
An implementation of the Map interface which uses an open addressed hash table to store its contents.
THashMap() - Constructor for class gnu.trove.map.hash.THashMap
Creates a new THashMap instance with the default capacity and load factor.
THashMap(int) - Constructor for class gnu.trove.map.hash.THashMap
Creates a new THashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
THashMap(int, float) - Constructor for class gnu.trove.map.hash.THashMap
Creates a new THashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
THashMap(Map<K, V>) - Constructor for class gnu.trove.map.hash.THashMap
Creates a new THashMap instance which contains the key/value pairs in map.
THashMap(THashMap<K, V>) - Constructor for class gnu.trove.map.hash.THashMap
Creates a new THashMap instance which contains the key/value pairs in map.
THashMap.EntryView - Class in gnu.trove.map.hash
a view onto the entries of the map.
THashMap.EntryView() - Constructor for class gnu.trove.map.hash.THashMap.EntryView
 
THashMap.KeyView - Class in gnu.trove.map.hash
a view onto the keys of the map.
THashMap.KeyView() - Constructor for class gnu.trove.map.hash.THashMap.KeyView
 
THashMap.ValueView - Class in gnu.trove.map.hash
a view onto the values of the map.
THashMap.ValueView() - Constructor for class gnu.trove.map.hash.THashMap.ValueView
 
THashPrimitiveIterator - Class in gnu.trove.impl.hash
Implements all iterator functions for the hashed object set.
THashPrimitiveIterator(TPrimitiveHash) - Constructor for class gnu.trove.impl.hash.THashPrimitiveIterator
Creates a TPrimitiveIterator for the specified collection.
throwObjectContractViolation(Object, Object) - Method in class gnu.trove.impl.hash.TObjectHash
Convenience methods for subclasses to use in throwing exceptions about badly behaved user objects employed as keys.
TIntArrayList - Class in gnu.trove.list.array
A resizable, array-backed list of int primitives.
TIntArrayList() - Constructor for class gnu.trove.list.array.TIntArrayList
Creates a new TIntArrayList instance with the default capacity.
TIntArrayList(int) - Constructor for class gnu.trove.list.array.TIntArrayList
Creates a new TIntArrayList instance with the specified capacity.
TIntArrayList(int, int) - Constructor for class gnu.trove.list.array.TIntArrayList
Creates a new TIntArrayList instance with the specified capacity.
TIntArrayList(int[]) - Constructor for class gnu.trove.list.array.TIntArrayList
Creates a new TIntArrayList instance whose capacity is the length of values array and whose initial contents are the specified values.
TIntArrayList(TIntCollection) - Constructor for class gnu.trove.list.array.TIntArrayList
Creates a new TIntArrayList instance that contains a copy of the collection passed to us.
TIntCharHash - Class in gnu.trove.impl.hash
An open addressed hashing implementation for int/char primitive entries.
TIntCharHash() - Constructor for class gnu.trove.impl.hash.TIntCharHash
Creates a new T#E#Hash instance with the default capacity and load factor.
TIntCharHash(int) - Constructor for class gnu.trove.impl.hash.TIntCharHash
Creates a new T#E#Hash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TIntCharHash(int, float) - Constructor for class gnu.trove.impl.hash.TIntCharHash
Creates a new TIntCharHash instance with a prime value at or near the specified capacity and load factor.
TIntCharHash(int, float, int, char) - Constructor for class gnu.trove.impl.hash.TIntCharHash
Creates a new TIntCharHash instance with a prime value at or near the specified capacity and load factor.
TIntCharHashMap - Class in gnu.trove.map.hash
An open addressed Map implementation for int keys and char values.
TIntCharHashMap() - Constructor for class gnu.trove.map.hash.TIntCharHashMap
Creates a new TIntCharHashMap instance with the default capacity and load factor.
TIntCharHashMap(int) - Constructor for class gnu.trove.map.hash.TIntCharHashMap
Creates a new TIntCharHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntCharHashMap(int, float) - Constructor for class gnu.trove.map.hash.TIntCharHashMap
Creates a new TIntCharHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TIntCharHashMap(int, float, int, char) - Constructor for class gnu.trove.map.hash.TIntCharHashMap
Creates a new TIntCharHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TIntCharHashMap(int[], char[]) - Constructor for class gnu.trove.map.hash.TIntCharHashMap
Creates a new TIntCharHashMap instance containing all of the entries in the map passed in.
TIntCharHashMap(TIntCharMap) - Constructor for class gnu.trove.map.hash.TIntCharHashMap
Creates a new TIntCharHashMap instance containing all of the entries in the map passed in.
TIntCharHashMap.TKeyView - Class in gnu.trove.map.hash
a view onto the keys of the map.
TIntCharHashMap.TKeyView() - Constructor for class gnu.trove.map.hash.TIntCharHashMap.TKeyView
 
TIntCharHashMap.TValueView - Class in gnu.trove.map.hash
a view onto the values of the map.
TIntCharHashMap.TValueView() - Constructor for class gnu.trove.map.hash.TIntCharHashMap.TValueView
 
TIntCharIterator - Interface in gnu.trove.iterator
Iterator for maps of type int and char.
TIntCharMap - Interface in gnu.trove.map
Interface for a primitive map of int keys and char values.
TIntCharProcedure - Interface in gnu.trove.procedure
Interface for procedures that take two parameters of type int and char.
TIntCollection - Interface in gnu.trove
An interface that mimics the Collection interface.
TIntFunction - Interface in gnu.trove.function
Interface for functions that accept and return one int primitive.
TIntHash - Class in gnu.trove.impl.hash
An open addressed hashing implementation for int primitives.
TIntHash() - Constructor for class gnu.trove.impl.hash.TIntHash
Creates a new TIntHash instance with the default capacity and load factor.
TIntHash(int) - Constructor for class gnu.trove.impl.hash.TIntHash
Creates a new TIntHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TIntHash(int, float) - Constructor for class gnu.trove.impl.hash.TIntHash
Creates a new TIntHash instance with a prime value at or near the specified capacity and load factor.
TIntHash(int, float, int) - Constructor for class gnu.trove.impl.hash.TIntHash
Creates a new TIntHash instance with a prime value at or near the specified capacity and load factor.
TIntHashSet - Class in gnu.trove.set.hash
An open addressed set implementation for int primitives.
TIntHashSet() - Constructor for class gnu.trove.set.hash.TIntHashSet
Creates a new TIntHashSet instance with the default capacity and load factor.
TIntHashSet(Collection<? extends Integer>) - Constructor for class gnu.trove.set.hash.TIntHashSet
Creates a new TIntHashSet instance that is a copy of the existing Collection.
TIntHashSet(int) - Constructor for class gnu.trove.set.hash.TIntHashSet
Creates a new TIntHashSet instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntHashSet(int, float) - Constructor for class gnu.trove.set.hash.TIntHashSet
Creates a new TIntHash instance with a prime value at or near the specified capacity and load factor.
TIntHashSet(int, float, int) - Constructor for class gnu.trove.set.hash.TIntHashSet
Creates a new TIntHashSet instance with a prime capacity equal to or greater than initial_capacity and with the specified load factor.
TIntHashSet(int[]) - Constructor for class gnu.trove.set.hash.TIntHashSet
Creates a new TIntHashSet instance containing the elements of array.
TIntHashSet(TIntCollection) - Constructor for class gnu.trove.set.hash.TIntHashSet
Creates a new TIntHashSet instance that is a copy of the existing set.
TIntIntHash - Class in gnu.trove.impl.hash
An open addressed hashing implementation for int/int primitive entries.
TIntIntHash() - Constructor for class gnu.trove.impl.hash.TIntIntHash
Creates a new T#E#Hash instance with the default capacity and load factor.
TIntIntHash(int) - Constructor for class gnu.trove.impl.hash.TIntIntHash
Creates a new T#E#Hash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TIntIntHash(int, float) - Constructor for class gnu.trove.impl.hash.TIntIntHash
Creates a new TIntIntHash instance with a prime value at or near the specified capacity and load factor.
TIntIntHash(int, float, int, int) - Constructor for class gnu.trove.impl.hash.TIntIntHash
Creates a new TIntIntHash instance with a prime value at or near the specified capacity and load factor.
TIntIntHashMap - Class in gnu.trove.map.hash
An open addressed Map implementation for int keys and int values.
TIntIntHashMap() - Constructor for class gnu.trove.map.hash.TIntIntHashMap
Creates a new TIntIntHashMap instance with the default capacity and load factor.
TIntIntHashMap(int) - Constructor for class gnu.trove.map.hash.TIntIntHashMap
Creates a new TIntIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntIntHashMap(int, float) - Constructor for class gnu.trove.map.hash.TIntIntHashMap
Creates a new TIntIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TIntIntHashMap(int, float, int, int) - Constructor for class gnu.trove.map.hash.TIntIntHashMap
Creates a new TIntIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TIntIntHashMap(int[], int[]) - Constructor for class gnu.trove.map.hash.TIntIntHashMap
Creates a new TIntIntHashMap instance containing all of the entries in the map passed in.
TIntIntHashMap(TIntIntMap) - Constructor for class gnu.trove.map.hash.TIntIntHashMap
Creates a new TIntIntHashMap instance containing all of the entries in the map passed in.
TIntIntHashMap.TKeyView - Class in gnu.trove.map.hash
a view onto the keys of the map.
TIntIntHashMap.TKeyView() - Constructor for class gnu.trove.map.hash.TIntIntHashMap.TKeyView
 
TIntIntHashMap.TValueView - Class in gnu.trove.map.hash
a view onto the values of the map.
TIntIntHashMap.TValueView() - Constructor for class gnu.trove.map.hash.TIntIntHashMap.TValueView
 
TIntIntIterator - Interface in gnu.trove.iterator
Iterator for maps of type int and int.
TIntIntMap - Interface in gnu.trove.map
Interface for a primitive map of int keys and int values.
TIntIntProcedure - Interface in gnu.trove.procedure
Interface for procedures that take two parameters of type int and int.
TIntIterator - Interface in gnu.trove.iterator
Iterator for int collections.
TIntList - Interface in gnu.trove.list
Interface for Trove list implementations.
TIntLongHash - Class in gnu.trove.impl.hash
An open addressed hashing implementation for int/long primitive entries.
TIntLongHash() - Constructor for class gnu.trove.impl.hash.TIntLongHash
Creates a new T#E#Hash instance with the default capacity and load factor.
TIntLongHash(int) - Constructor for class gnu.trove.impl.hash.TIntLongHash
Creates a new T#E#Hash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TIntLongHash(int, float) - Constructor for class gnu.trove.impl.hash.TIntLongHash
Creates a new TIntLongHash instance with a prime value at or near the specified capacity and load factor.
TIntLongHash(int, float, int, long) - Constructor for class gnu.trove.impl.hash.TIntLongHash
Creates a new TIntLongHash instance with a prime value at or near the specified capacity and load factor.
TIntLongHashMap - Class in gnu.trove.map.hash
An open addressed Map implementation for int keys and long values.
TIntLongHashMap() - Constructor for class gnu.trove.map.hash.TIntLongHashMap
Creates a new TIntLongHashMap instance with the default capacity and load factor.
TIntLongHashMap(int) - Constructor for class gnu.trove.map.hash.TIntLongHashMap
Creates a new TIntLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntLongHashMap(int, float) - Constructor for class gnu.trove.map.hash.TIntLongHashMap
Creates a new TIntLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TIntLongHashMap(int, float, int, long) - Constructor for class gnu.trove.map.hash.TIntLongHashMap
Creates a new TIntLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TIntLongHashMap(int[], long[]) - Constructor for class gnu.trove.map.hash.TIntLongHashMap
Creates a new TIntLongHashMap instance containing all of the entries in the map passed in.
TIntLongHashMap(TIntLongMap) - Constructor for class gnu.trove.map.hash.TIntLongHashMap
Creates a new TIntLongHashMap instance containing all of the entries in the map passed in.
TIntLongHashMap.TKeyView - Class in gnu.trove.map.hash
a view onto the keys of the map.
TIntLongHashMap.TKeyView() - Constructor for class gnu.trove.map.hash.TIntLongHashMap.TKeyView
 
TIntLongHashMap.TValueView - Class in gnu.trove.map.hash
a view onto the values of the map.
TIntLongHashMap.TValueView() - Constructor for class gnu.trove.map.hash.TIntLongHashMap.TValueView
 
TIntLongIterator - Interface in gnu.trove.iterator
Iterator for maps of type int and long.
TIntLongMap - Interface in gnu.trove.map
Interface for a primitive map of int keys and long values.
TIntLongProcedure - Interface in gnu.trove.procedure
Interface for procedures that take two parameters of type int and long.
TIntObjectHashMap<V> - Class in gnu.trove.map.hash
An open addressed Map implementation for int keys and Object values.
TIntObjectHashMap() - Constructor for class gnu.trove.map.hash.TIntObjectHashMap
Creates a new TIntObjectHashMap instance with the default capacity and load factor.
TIntObjectHashMap(int) - Constructor for class gnu.trove.map.hash.TIntObjectHashMap
Creates a new TIntObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TIntObjectHashMap(int, float) - Constructor for class gnu.trove.map.hash.TIntObjectHashMap
Creates a new TIntObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TIntObjectHashMap(int, float, int) - Constructor for class gnu.trove.map.hash.TIntObjectHashMap
Creates a new TIntObjectHashMap instance with a prime value at or near the specified capacity and load factor.
TIntObjectHashMap(TIntObjectMap<V>) - Constructor for class gnu.trove.map.hash.TIntObjectHashMap
Creates a new TIntObjectHashMap that contains the entries in the map passed to it.
TIntObjectHashMap.ValueView - Class in gnu.trove.map.hash
a view onto the values of the map.
TIntObjectHashMap.ValueView() - Constructor for class gnu.trove.map.hash.TIntObjectHashMap.ValueView
 
TIntObjectIterator<V> - Interface in gnu.trove.iterator
Iterator for maps of type int and Object.
TIntObjectMap<V> - Interface in gnu.trove.map
Interface for a primitive map of int keys and Object values.
TIntObjectProcedure<T> - Interface in gnu.trove.procedure
Interface for procedures that take two parameters of type int and Object.
TIntProcedure - Interface in gnu.trove.procedure
Interface for procedures with one int parameter.
TIntSet - Interface in gnu.trove.set
An implementation of the Set interface that uses an open-addressed hash table to store its contents.
TIterator - Interface in gnu.trove.iterator
Common interface for all iterators used in Trove.
TLongArrayList - Class in gnu.trove.list.array
A resizable, array-backed list of long primitives.
TLongArrayList() - Constructor for class gnu.trove.list.array.TLongArrayList
Creates a new TLongArrayList instance with the default capacity.
TLongArrayList(int) - Constructor for class gnu.trove.list.array.TLongArrayList
Creates a new TLongArrayList instance with the specified capacity.
TLongArrayList(int, long) - Constructor for class gnu.trove.list.array.TLongArrayList
Creates a new TLongArrayList instance with the specified capacity.
TLongArrayList(long[]) - Constructor for class gnu.trove.list.array.TLongArrayList
Creates a new TLongArrayList instance whose capacity is the length of values array and whose initial contents are the specified values.
TLongArrayList(TLongCollection) - Constructor for class gnu.trove.list.array.TLongArrayList
Creates a new TLongArrayList instance that contains a copy of the collection passed to us.
TLongCollection - Interface in gnu.trove
An interface that mimics the Collection interface.
TLongFunction - Interface in gnu.trove.function
Interface for functions that accept and return one long primitive.
TLongHash - Class in gnu.trove.impl.hash
An open addressed hashing implementation for long primitives.
TLongHash() - Constructor for class gnu.trove.impl.hash.TLongHash
Creates a new TLongHash instance with the default capacity and load factor.
TLongHash(int) - Constructor for class gnu.trove.impl.hash.TLongHash
Creates a new TLongHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TLongHash(int, float) - Constructor for class gnu.trove.impl.hash.TLongHash
Creates a new TLongHash instance with a prime value at or near the specified capacity and load factor.
TLongHash(int, float, long) - Constructor for class gnu.trove.impl.hash.TLongHash
Creates a new TLongHash instance with a prime value at or near the specified capacity and load factor.
TLongHashSet - Class in gnu.trove.set.hash
An open addressed set implementation for long primitives.
TLongHashSet() - Constructor for class gnu.trove.set.hash.TLongHashSet
Creates a new TLongHashSet instance with the default capacity and load factor.
TLongHashSet(Collection<? extends Long>) - Constructor for class gnu.trove.set.hash.TLongHashSet
Creates a new TLongHashSet instance that is a copy of the existing Collection.
TLongHashSet(int) - Constructor for class gnu.trove.set.hash.TLongHashSet
Creates a new TLongHashSet instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongHashSet(int, float) - Constructor for class gnu.trove.set.hash.TLongHashSet
Creates a new TIntHash instance with a prime value at or near the specified capacity and load factor.
TLongHashSet(int, float, long) - Constructor for class gnu.trove.set.hash.TLongHashSet
Creates a new TLongHashSet instance with a prime capacity equal to or greater than initial_capacity and with the specified load factor.
TLongHashSet(long[]) - Constructor for class gnu.trove.set.hash.TLongHashSet
Creates a new TLongHashSet instance containing the elements of array.
TLongHashSet(TLongCollection) - Constructor for class gnu.trove.set.hash.TLongHashSet
Creates a new TLongHashSet instance that is a copy of the existing set.
TLongIntHash - Class in gnu.trove.impl.hash
An open addressed hashing implementation for long/int primitive entries.
TLongIntHash() - Constructor for class gnu.trove.impl.hash.TLongIntHash
Creates a new T#E#Hash instance with the default capacity and load factor.
TLongIntHash(int) - Constructor for class gnu.trove.impl.hash.TLongIntHash
Creates a new T#E#Hash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TLongIntHash(int, float) - Constructor for class gnu.trove.impl.hash.TLongIntHash
Creates a new TLongIntHash instance with a prime value at or near the specified capacity and load factor.
TLongIntHash(int, float, long, int) - Constructor for class gnu.trove.impl.hash.TLongIntHash
Creates a new TLongIntHash instance with a prime value at or near the specified capacity and load factor.
TLongIntHashMap - Class in gnu.trove.map.hash
An open addressed Map implementation for long keys and int values.
TLongIntHashMap() - Constructor for class gnu.trove.map.hash.TLongIntHashMap
Creates a new TLongIntHashMap instance with the default capacity and load factor.
TLongIntHashMap(int) - Constructor for class gnu.trove.map.hash.TLongIntHashMap
Creates a new TLongIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongIntHashMap(int, float) - Constructor for class gnu.trove.map.hash.TLongIntHashMap
Creates a new TLongIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TLongIntHashMap(int, float, long, int) - Constructor for class gnu.trove.map.hash.TLongIntHashMap
Creates a new TLongIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TLongIntHashMap(long[], int[]) - Constructor for class gnu.trove.map.hash.TLongIntHashMap
Creates a new TLongIntHashMap instance containing all of the entries in the map passed in.
TLongIntHashMap(TLongIntMap) - Constructor for class gnu.trove.map.hash.TLongIntHashMap
Creates a new TLongIntHashMap instance containing all of the entries in the map passed in.
TLongIntHashMap.TKeyView - Class in gnu.trove.map.hash
a view onto the keys of the map.
TLongIntHashMap.TKeyView() - Constructor for class gnu.trove.map.hash.TLongIntHashMap.TKeyView
 
TLongIntHashMap.TValueView - Class in gnu.trove.map.hash
a view onto the values of the map.
TLongIntHashMap.TValueView() - Constructor for class gnu.trove.map.hash.TLongIntHashMap.TValueView
 
TLongIntIterator - Interface in gnu.trove.iterator
Iterator for maps of type long and int.
TLongIntMap - Interface in gnu.trove.map
Interface for a primitive map of long keys and int values.
TLongIntProcedure - Interface in gnu.trove.procedure
Interface for procedures that take two parameters of type long and int.
TLongIterator - Interface in gnu.trove.iterator
Iterator for long collections.
TLongList - Interface in gnu.trove.list
Interface for Trove list implementations.
TLongLongHash - Class in gnu.trove.impl.hash
An open addressed hashing implementation for long/long primitive entries.
TLongLongHash() - Constructor for class gnu.trove.impl.hash.TLongLongHash
Creates a new T#E#Hash instance with the default capacity and load factor.
TLongLongHash(int) - Constructor for class gnu.trove.impl.hash.TLongLongHash
Creates a new T#E#Hash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TLongLongHash(int, float) - Constructor for class gnu.trove.impl.hash.TLongLongHash
Creates a new TLongLongHash instance with a prime value at or near the specified capacity and load factor.
TLongLongHash(int, float, long, long) - Constructor for class gnu.trove.impl.hash.TLongLongHash
Creates a new TLongLongHash instance with a prime value at or near the specified capacity and load factor.
TLongLongHashMap - Class in gnu.trove.map.hash
An open addressed Map implementation for long keys and long values.
TLongLongHashMap() - Constructor for class gnu.trove.map.hash.TLongLongHashMap
Creates a new TLongLongHashMap instance with the default capacity and load factor.
TLongLongHashMap(int) - Constructor for class gnu.trove.map.hash.TLongLongHashMap
Creates a new TLongLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongLongHashMap(int, float) - Constructor for class gnu.trove.map.hash.TLongLongHashMap
Creates a new TLongLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TLongLongHashMap(int, float, long, long) - Constructor for class gnu.trove.map.hash.TLongLongHashMap
Creates a new TLongLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TLongLongHashMap(long[], long[]) - Constructor for class gnu.trove.map.hash.TLongLongHashMap
Creates a new TLongLongHashMap instance containing all of the entries in the map passed in.
TLongLongHashMap(TLongLongMap) - Constructor for class gnu.trove.map.hash.TLongLongHashMap
Creates a new TLongLongHashMap instance containing all of the entries in the map passed in.
TLongLongHashMap.TKeyView - Class in gnu.trove.map.hash
a view onto the keys of the map.
TLongLongHashMap.TKeyView() - Constructor for class gnu.trove.map.hash.TLongLongHashMap.TKeyView
 
TLongLongHashMap.TValueView - Class in gnu.trove.map.hash
a view onto the values of the map.
TLongLongHashMap.TValueView() - Constructor for class gnu.trove.map.hash.TLongLongHashMap.TValueView
 
TLongLongIterator - Interface in gnu.trove.iterator
Iterator for maps of type long and long.
TLongLongMap - Interface in gnu.trove.map
Interface for a primitive map of long keys and long values.
TLongLongProcedure - Interface in gnu.trove.procedure
Interface for procedures that take two parameters of type long and long.
TLongObjectHashMap<V> - Class in gnu.trove.map.hash
An open addressed Map implementation for long keys and Object values.
TLongObjectHashMap() - Constructor for class gnu.trove.map.hash.TLongObjectHashMap
Creates a new TLongObjectHashMap instance with the default capacity and load factor.
TLongObjectHashMap(int) - Constructor for class gnu.trove.map.hash.TLongObjectHashMap
Creates a new TLongObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TLongObjectHashMap(int, float) - Constructor for class gnu.trove.map.hash.TLongObjectHashMap
Creates a new TLongObjectHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TLongObjectHashMap(int, float, long) - Constructor for class gnu.trove.map.hash.TLongObjectHashMap
Creates a new TLongObjectHashMap instance with a prime value at or near the specified capacity and load factor.
TLongObjectHashMap(TLongObjectMap<V>) - Constructor for class gnu.trove.map.hash.TLongObjectHashMap
Creates a new TLongObjectHashMap that contains the entries in the map passed to it.
TLongObjectHashMap.ValueView - Class in gnu.trove.map.hash
a view onto the values of the map.
TLongObjectHashMap.ValueView() - Constructor for class gnu.trove.map.hash.TLongObjectHashMap.ValueView
 
TLongObjectIterator<V> - Interface in gnu.trove.iterator
Iterator for maps of type long and Object.
TLongObjectMap<V> - Interface in gnu.trove.map
Interface for a primitive map of long keys and Object values.
TLongObjectProcedure<T> - Interface in gnu.trove.procedure
Interface for procedures that take two parameters of type long and Object.
TLongProcedure - Interface in gnu.trove.procedure
Interface for procedures with one long parameter.
TLongSet - Interface in gnu.trove.set
An implementation of the Set interface that uses an open-addressed hash table to store its contents.
toArray() - Method in class gnu.trove.list.array.TIntArrayList
Copies the contents of the list into a native array.
toArray(int, int) - Method in class gnu.trove.list.array.TIntArrayList
Copies a slice of the list into a native array.
toArray(int[]) - Method in class gnu.trove.list.array.TIntArrayList
Copies a slice of the list into a native array.
toArray(int[], int, int) - Method in class gnu.trove.list.array.TIntArrayList
Copies a slice of the list into a native array.
toArray(int[], int, int, int) - Method in class gnu.trove.list.array.TIntArrayList
Copies a slice of the list into a native array.
toArray() - Method in class gnu.trove.list.array.TLongArrayList
Copies the contents of the list into a native array.
toArray(int, int) - Method in class gnu.trove.list.array.TLongArrayList
Copies a slice of the list into a native array.
toArray(long[]) - Method in class gnu.trove.list.array.TLongArrayList
Copies a slice of the list into a native array.
toArray(long[], int, int) - Method in class gnu.trove.list.array.TLongArrayList
Copies a slice of the list into a native array.
toArray(long[], int, int, int) - Method in class gnu.trove.list.array.TLongArrayList
Copies a slice of the list into a native array.
toArray() - Method in interface gnu.trove.list.TIntList
Copies the contents of the list into a native array.
toArray(int, int) - Method in interface gnu.trove.list.TIntList
Copies a slice of the list into a native array.
toArray(int[]) - Method in interface gnu.trove.list.TIntList
Copies a slice of the list into a native array.
toArray(int[], int, int) - Method in interface gnu.trove.list.TIntList
Copies a slice of the list into a native array.
toArray(int[], int, int, int) - Method in interface gnu.trove.list.TIntList
Copies a slice of the list into a native array.
toArray() - Method in interface gnu.trove.list.TLongList
Copies the contents of the list into a native array.
toArray(int, int) - Method in interface gnu.trove.list.TLongList
Copies a slice of the list into a native array.
toArray(long[]) - Method in interface gnu.trove.list.TLongList
Copies a slice of the list into a native array.
toArray(long[], int, int) - Method in interface gnu.trove.list.TLongList
Copies a slice of the list into a native array.
toArray(long[], int, int, int) - Method in interface gnu.trove.list.TLongList
Copies a slice of the list into a native array.
toArray() - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
Returns an array containing all of the elements in this set.
toArray(int[]) - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
Returns an array containing elements in this set.
toArray() - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
Returns an array containing all of the elements in this collection.
toArray(char[]) - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
Returns an array containing elements in this collection.
toArray() - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
Returns an array containing all of the elements in this set.
toArray(int[]) - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
Returns an array containing elements in this set.
toArray() - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
Returns an array containing all of the elements in this collection.
toArray(int[]) - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
Returns an array containing elements in this collection.
toArray() - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
Returns an array containing all of the elements in this set.
toArray(int[]) - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
Returns an array containing elements in this set.
toArray() - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
Returns an array containing all of the elements in this collection.
toArray(long[]) - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
Returns an array containing elements in this collection.
toArray() - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
Returns an array containing all of the elements in this set.
toArray(long[]) - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
Returns an array containing elements in this set.
toArray() - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
Returns an array containing all of the elements in this collection.
toArray(int[]) - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
Returns an array containing elements in this collection.
toArray() - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
Returns an array containing all of the elements in this set.
toArray(long[]) - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
Returns an array containing elements in this set.
toArray() - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
Returns an array containing all of the elements in this collection.
toArray(long[]) - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
Returns an array containing elements in this collection.
toArray() - Method in class gnu.trove.set.hash.TIntHashSet
Returns an array containing all of the elements in this set.
toArray(int[]) - Method in class gnu.trove.set.hash.TIntHashSet
Returns an array containing elements in this set.
toArray() - Method in class gnu.trove.set.hash.TLongHashSet
Returns an array containing all of the elements in this set.
toArray(long[]) - Method in class gnu.trove.set.hash.TLongHashSet
Returns an array containing elements in this set.
toArray() - Method in interface gnu.trove.set.TIntSet
Returns an array containing all of the elements in this set.
toArray(int[]) - Method in interface gnu.trove.set.TIntSet
Returns an array containing elements in this set.
toArray() - Method in interface gnu.trove.set.TLongSet
Returns an array containing all of the elements in this set.
toArray(long[]) - Method in interface gnu.trove.set.TLongSet
Returns an array containing elements in this set.
toArray() - Method in interface gnu.trove.TCharCollection
Returns an array containing all of the elements in this collection.
toArray(char[]) - Method in interface gnu.trove.TCharCollection
Returns an array containing elements in this collection.
toArray() - Method in interface gnu.trove.TIntCollection
Returns an array containing all of the elements in this collection.
toArray(int[]) - Method in interface gnu.trove.TIntCollection
Returns an array containing elements in this collection.
toArray() - Method in interface gnu.trove.TLongCollection
Returns an array containing all of the elements in this collection.
toArray(long[]) - Method in interface gnu.trove.TLongCollection
Returns an array containing elements in this collection.
TObjectFunction<T,R> - Interface in gnu.trove.function
Interface for functions that accept and return one Object reference.
TObjectHash<T> - Class in gnu.trove.impl.hash
An open addressed hashing implementation for Object types.
TObjectHash() - Constructor for class gnu.trove.impl.hash.TObjectHash
Creates a new TObjectHash instance with the default capacity and load factor.
TObjectHash(int) - Constructor for class gnu.trove.impl.hash.TObjectHash
Creates a new TObjectHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TObjectHash(int, float) - Constructor for class gnu.trove.impl.hash.TObjectHash
Creates a new TObjectHash instance with a prime value at or near the specified capacity and load factor.
TObjectHashIterator<E> - Class in gnu.trove.iterator.hash
Iterator for hashtables that use open addressing to resolve collisions.
TObjectHashIterator(TObjectHash<E>) - Constructor for class gnu.trove.iterator.hash.TObjectHashIterator
 
TObjectIntHashMap<K> - Class in gnu.trove.map.hash
An open addressed Map implementation for Object keys and int values.
TObjectIntHashMap() - Constructor for class gnu.trove.map.hash.TObjectIntHashMap
Creates a new TObjectIntHashMap instance with the default capacity and load factor.
TObjectIntHashMap(int) - Constructor for class gnu.trove.map.hash.TObjectIntHashMap
Creates a new TObjectIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TObjectIntHashMap(int, float) - Constructor for class gnu.trove.map.hash.TObjectIntHashMap
Creates a new TObjectIntHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TObjectIntHashMap(int, float, int) - Constructor for class gnu.trove.map.hash.TObjectIntHashMap
Creates a new TObjectIntHashMap instance with a prime value at or near the specified capacity and load factor.
TObjectIntHashMap(TObjectIntMap<K>) - Constructor for class gnu.trove.map.hash.TObjectIntHashMap
Creates a new TObjectIntHashMap that contains the entries in the map passed to it.
TObjectIntHashMap.KeyView - Class in gnu.trove.map.hash
a view onto the keys of the map.
TObjectIntHashMap.KeyView() - Constructor for class gnu.trove.map.hash.TObjectIntHashMap.KeyView
 
TObjectIntIterator<K> - Interface in gnu.trove.iterator
Iterator for maps of type Object and int.
TObjectIntMap<K> - Interface in gnu.trove.map
Interface for a primitive map of Object keys and int values.
TObjectIntProcedure<K> - Interface in gnu.trove.procedure
Interface for procedures that take two parameters of type Object and int.
TObjectLongHashMap<K> - Class in gnu.trove.map.hash
An open addressed Map implementation for Object keys and long values.
TObjectLongHashMap() - Constructor for class gnu.trove.map.hash.TObjectLongHashMap
Creates a new TObjectLongHashMap instance with the default capacity and load factor.
TObjectLongHashMap(int) - Constructor for class gnu.trove.map.hash.TObjectLongHashMap
Creates a new TObjectLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TObjectLongHashMap(int, float) - Constructor for class gnu.trove.map.hash.TObjectLongHashMap
Creates a new TObjectLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TObjectLongHashMap(int, float, long) - Constructor for class gnu.trove.map.hash.TObjectLongHashMap
Creates a new TObjectLongHashMap instance with a prime value at or near the specified capacity and load factor.
TObjectLongHashMap(TObjectLongMap<K>) - Constructor for class gnu.trove.map.hash.TObjectLongHashMap
Creates a new TObjectLongHashMap that contains the entries in the map passed to it.
TObjectLongHashMap.KeyView - Class in gnu.trove.map.hash
a view onto the keys of the map.
TObjectLongHashMap.KeyView() - Constructor for class gnu.trove.map.hash.TObjectLongHashMap.KeyView
 
TObjectLongIterator<K> - Interface in gnu.trove.iterator
Iterator for maps of type Object and long.
TObjectLongMap<K> - Interface in gnu.trove.map
Interface for a primitive map of Object keys and long values.
TObjectLongProcedure<K> - Interface in gnu.trove.procedure
Interface for procedures that take two parameters of type Object and long.
TObjectObjectProcedure<K,V> - Interface in gnu.trove.procedure
Interface for procedures that take two Object parameters.
TObjectProcedure<T> - Interface in gnu.trove.procedure
Interface for procedures with one Object parameter.
toFullString() - Method in class com.vgrs.xcode.common.UnicodeFilter
 
toString() - Method in class com.vgrs.xcode.cmdline.CommandLineArgs
 
toString() - Method in class com.vgrs.xcode.common.Range
 
toString() - Method in class com.vgrs.xcode.common.UnicodeFilter
 
toString() - Method in class com.vgrs.xcode.common.UnicodeMatrix
Display the matrix data to standard output.
toString() - Method in class gnu.trove.list.array.TIntArrayList
toString() - Method in class gnu.trove.list.array.TLongArrayList
toString() - Method in class gnu.trove.map.hash.THashMap
 
toString() - Method in class gnu.trove.map.hash.TIntCharHashMap.TKeyView
 
toString() - Method in class gnu.trove.map.hash.TIntCharHashMap
toString() - Method in class gnu.trove.map.hash.TIntCharHashMap.TValueView
toString() - Method in class gnu.trove.map.hash.TIntIntHashMap.TKeyView
 
toString() - Method in class gnu.trove.map.hash.TIntIntHashMap
toString() - Method in class gnu.trove.map.hash.TIntIntHashMap.TValueView
toString() - Method in class gnu.trove.map.hash.TIntLongHashMap.TKeyView
 
toString() - Method in class gnu.trove.map.hash.TIntLongHashMap
toString() - Method in class gnu.trove.map.hash.TIntLongHashMap.TValueView
toString() - Method in class gnu.trove.map.hash.TIntObjectHashMap
 
toString() - Method in class gnu.trove.map.hash.TLongIntHashMap.TKeyView
 
toString() - Method in class gnu.trove.map.hash.TLongIntHashMap
toString() - Method in class gnu.trove.map.hash.TLongIntHashMap.TValueView
toString() - Method in class gnu.trove.map.hash.TLongLongHashMap.TKeyView
 
toString() - Method in class gnu.trove.map.hash.TLongLongHashMap
toString() - Method in class gnu.trove.map.hash.TLongLongHashMap.TValueView
toString() - Method in class gnu.trove.map.hash.TLongObjectHashMap
 
toString() - Method in class gnu.trove.map.hash.TObjectIntHashMap
toString() - Method in class gnu.trove.map.hash.TObjectLongHashMap
toString() - Method in class gnu.trove.set.hash.TIntHashSet
toString() - Method in class gnu.trove.set.hash.TLongHashSet
TPrimitiveHash - Class in gnu.trove.impl.hash
The base class for hashtables of primitive values.
TPrimitiveHash() - Constructor for class gnu.trove.impl.hash.TPrimitiveHash
Creates a new THash instance with the default capacity and load factor.
TPrimitiveHash(int) - Constructor for class gnu.trove.impl.hash.TPrimitiveHash
Creates a new TPrimitiveHash instance with a prime capacity at or near the specified capacity and with the default load factor.
TPrimitiveHash(int, float) - Constructor for class gnu.trove.impl.hash.TPrimitiveHash
Creates a new TPrimitiveHash instance with a prime capacity at or near the minimum needed to hold initialCapacity elements with load factor loadFactor without triggering a rehash.
TPrimitiveIterator - Interface in gnu.trove.iterator
Implements all iterator functions for the hashed object set.
transformValues(TIntFunction) - Method in class gnu.trove.list.array.TIntArrayList
Transform each value in the list using the specified function.
transformValues(TLongFunction) - Method in class gnu.trove.list.array.TLongArrayList
Transform each value in the list using the specified function.
transformValues(TIntFunction) - Method in interface gnu.trove.list.TIntList
Transform each value in the list using the specified function.
transformValues(TLongFunction) - Method in interface gnu.trove.list.TLongList
Transform each value in the list using the specified function.
transformValues(TObjectFunction<V, V>) - Method in class gnu.trove.map.hash.THashMap
Transform the values in this map using function.
transformValues(TCharFunction) - Method in class gnu.trove.map.hash.TIntCharHashMap
Transform the values in this map using function.
transformValues(TIntFunction) - Method in class gnu.trove.map.hash.TIntIntHashMap
Transform the values in this map using function.
transformValues(TLongFunction) - Method in class gnu.trove.map.hash.TIntLongHashMap
Transform the values in this map using function.
transformValues(TObjectFunction<V, V>) - Method in class gnu.trove.map.hash.TIntObjectHashMap
Transform the values in this map using function.
transformValues(TIntFunction) - Method in class gnu.trove.map.hash.TLongIntHashMap
Transform the values in this map using function.
transformValues(TLongFunction) - Method in class gnu.trove.map.hash.TLongLongHashMap
Transform the values in this map using function.
transformValues(TObjectFunction<V, V>) - Method in class gnu.trove.map.hash.TLongObjectHashMap
Transform the values in this map using function.
transformValues(TIntFunction) - Method in class gnu.trove.map.hash.TObjectIntHashMap
Transform the values in this map using function.
transformValues(TLongFunction) - Method in class gnu.trove.map.hash.TObjectLongHashMap
Transform the values in this map using function.
transformValues(TCharFunction) - Method in interface gnu.trove.map.TIntCharMap
Transform the values in this map using function.
transformValues(TIntFunction) - Method in interface gnu.trove.map.TIntIntMap
Transform the values in this map using function.
transformValues(TLongFunction) - Method in interface gnu.trove.map.TIntLongMap
Transform the values in this map using function.
transformValues(TObjectFunction<V, V>) - Method in interface gnu.trove.map.TIntObjectMap
Transform the values in this map using function.
transformValues(TIntFunction) - Method in interface gnu.trove.map.TLongIntMap
Transform the values in this map using function.
transformValues(TLongFunction) - Method in interface gnu.trove.map.TLongLongMap
Transform the values in this map using function.
transformValues(TObjectFunction<V, V>) - Method in interface gnu.trove.map.TLongObjectMap
Transform the values in this map using function.
transformValues(TIntFunction) - Method in interface gnu.trove.map.TObjectIntMap
Transform the values in this map using function.
transformValues(TLongFunction) - Method in interface gnu.trove.map.TObjectLongMap
Transform the values in this map using function.
trimToSize() - Method in class gnu.trove.impl.hash.THash
This simply calls compact.
trimToSize() - Method in class gnu.trove.list.array.TIntArrayList
Sheds any excess capacity above and beyond the current size of the list.
trimToSize() - Method in class gnu.trove.list.array.TLongArrayList
Sheds any excess capacity above and beyond the current size of the list.

U

UNDEFINED_JOINING_TYPE - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
Joining type
Unicode - Class in com.vgrs.xcode.common
A class that provides algorithms to encode/decode a UTF 16 to/from Unicode.
Unicode() - Constructor for class com.vgrs.xcode.common.Unicode
 
UNICODE_DATA - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
Unicode Data Files
UNICODE_DECODE_INVALID_VALUE() - Static method in class com.vgrs.xcode.util.XcodeError
 
UNICODE_DECODE_INVALID_VALUE(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
UNICODE_INVALID_VALUE() - Static method in class com.vgrs.xcode.util.XcodeError
 
UNICODE_INVALID_VALUE(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
UNICODE_PLANES - Static variable in class com.vgrs.xcode.common.UnicodeFilter
The set of Unicode points is defined on the values 0 - 0x10ffff.
UNICODE_SURROGATE_DECODE_ATTEMPTED() - Static method in class com.vgrs.xcode.util.XcodeError
 
UNICODE_SURROGATE_DECODE_ATTEMPTED(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
UnicodeCmdLine - Class in com.vgrs.xcode.cmdline.common
This class converts between Unicode data and Utf-16 using the surrogate arithmetic specified in the UTF-16 RFC.
UnicodeCmdLine(String[]) - Constructor for class com.vgrs.xcode.cmdline.common.UnicodeCmdLine
 
UnicodeCodePointCategory - Enum in com.vgrs.xcode.common.unicodedata
Enum for the derived property value of Unicode code points as specified in the IDNA2008 Protocol.
UnicodeData - Class in com.vgrs.xcode.common.unicodedata
This class will read and store all the relevant Unicode data files into memory.
UnicodeData() - Constructor for class com.vgrs.xcode.common.unicodedata.UnicodeData
 
UnicodeDataCmdLine - Class in com.vgrs.xcode.cmdline.unicodedata
Prints the properties of Unicode code points specified in the input file.
UnicodeDataCmdLine(String[]) - Constructor for class com.vgrs.xcode.cmdline.unicodedata.UnicodeDataCmdLine
 
UnicodeDataConstants - Class in com.vgrs.xcode.common.unicodedata
File containing constants used throughout the IDNSDK code base
UnicodeDataConstants() - Constructor for class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
UnicodeDataFileUtil - Class in com.vgrs.xcode.common.unicodedata
Unicode data files come in a variety of different formats.
UnicodeDataFileUtil() - Constructor for class com.vgrs.xcode.common.unicodedata.UnicodeDataFileUtil
 
UnicodeDataLoader - Class in com.vgrs.xcode.common.unicodedata
This class reads and parses the information in the "data/unicode/UnicodeData.txt.gz" file.
UnicodeDataLoader() - Constructor for class com.vgrs.xcode.common.unicodedata.UnicodeDataLoader
 
UnicodeFilter - Class in com.vgrs.xcode.common
Implements a set of Unicode codepoints and operations to determine whether certain codepoints fall inside or outside the set.
UnicodeFilter() - Constructor for class com.vgrs.xcode.common.UnicodeFilter
Construct a UnicodeFilter
UnicodeFilter(String) - Constructor for class com.vgrs.xcode.common.UnicodeFilter
 
UNICODEFILTER_DOES_NOT_PASS() - Static method in class com.vgrs.xcode.util.XcodeError
 
UNICODEFILTER_DOES_NOT_PASS(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
UNICODEFILTER_INVALID_RANGE() - Static method in class com.vgrs.xcode.util.XcodeError
 
UNICODEFILTER_INVALID_RANGE(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
UnicodeMatrix - Class in com.vgrs.xcode.common
Implements a single Unicode Plane as a matrix of boolean flags 8K in size.
UnicodeMatrix(int) - Constructor for class com.vgrs.xcode.common.UnicodeMatrix
Construct a UnicodeMatrix to store 65,535 flags
UnicodeTokenizer - Class in com.vgrs.xcode.common
Allows tokenization of an array of integer primitives.
UnicodeTokenizer(int[], int[], boolean) - Constructor for class com.vgrs.xcode.common.UnicodeTokenizer
Construct a unicode tokenizer for the specified unicode.
UNKNOWN_SCRIPT - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
unpackUtf16(String) - Static method in class com.vgrs.xcode.gui.Converter
Disassemble UTF-16 data in preparation for decoding.
UNSUPPORTED_ENCODING() - Static method in class com.vgrs.xcode.util.XcodeError
 
UNSUPPORTED_ENCODING(String) - Static method in class com.vgrs.xcode.util.XcodeError
 
update(Graphics) - Method in class com.vgrs.xcode.gui.Animation
A double-buffered display implementation
usage() - Static method in class com.vgrs.xcode.cmdline.common.RandomDataCmdLine
 
usage() - Static method in class com.vgrs.xcode.util.XcodeErrorGenerator
 
Utf16 - Class in com.vgrs.xcode.common
Statically implements various operations surrounding UTF-16 codepoints.
Utf16() - Constructor for class com.vgrs.xcode.common.Utf16
 
UTF8 - Static variable in class com.vgrs.xcode.common.Native
Java UTF8 encoding type, used to abstract the Java internals.

V

V_BASE - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
V_COUNT - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
value() - Method in interface gnu.trove.iterator.TIntCharIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in interface gnu.trove.iterator.TIntIntIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in interface gnu.trove.iterator.TIntLongIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in interface gnu.trove.iterator.TIntObjectIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in interface gnu.trove.iterator.TLongIntIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in interface gnu.trove.iterator.TLongLongIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in interface gnu.trove.iterator.TLongObjectIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in interface gnu.trove.iterator.TObjectIntIterator
Provides access to the value of the mapping at the iterator's position.
value() - Method in interface gnu.trove.iterator.TObjectLongIterator
Provides access to the value of the mapping at the iterator's position.
valueCollection() - Method in class gnu.trove.map.hash.TIntCharHashMap
Returns the values of the map as a TCharCollection
valueCollection() - Method in class gnu.trove.map.hash.TIntIntHashMap
Returns the values of the map as a TIntCollection
valueCollection() - Method in class gnu.trove.map.hash.TIntLongHashMap
Returns the values of the map as a TLongCollection
valueCollection() - Method in class gnu.trove.map.hash.TIntObjectHashMap
Returns a Collection view of the values contained in this map.
valueCollection() - Method in class gnu.trove.map.hash.TLongIntHashMap
Returns the values of the map as a TIntCollection
valueCollection() - Method in class gnu.trove.map.hash.TLongLongHashMap
Returns the values of the map as a TLongCollection
valueCollection() - Method in class gnu.trove.map.hash.TLongObjectHashMap
Returns a Collection view of the values contained in this map.
valueCollection() - Method in class gnu.trove.map.hash.TObjectIntHashMap
Returns a TIntCollection view of the values contained in this map.
valueCollection() - Method in class gnu.trove.map.hash.TObjectLongHashMap
Returns a TLongCollection view of the values contained in this map.
valueCollection() - Method in interface gnu.trove.map.TIntCharMap
Returns the values of the map as a TCharCollection
valueCollection() - Method in interface gnu.trove.map.TIntIntMap
Returns the values of the map as a TIntCollection
valueCollection() - Method in interface gnu.trove.map.TIntLongMap
Returns the values of the map as a TLongCollection
valueCollection() - Method in interface gnu.trove.map.TIntObjectMap
Returns a Collection view of the values contained in this map.
valueCollection() - Method in interface gnu.trove.map.TLongIntMap
Returns the values of the map as a TIntCollection
valueCollection() - Method in interface gnu.trove.map.TLongLongMap
Returns the values of the map as a TLongCollection
valueCollection() - Method in interface gnu.trove.map.TLongObjectMap
Returns a Collection view of the values contained in this map.
valueCollection() - Method in interface gnu.trove.map.TObjectIntMap
Returns a TIntCollection view of the values contained in this map.
valueCollection() - Method in interface gnu.trove.map.TObjectLongMap
Returns a TLongCollection view of the values contained in this map.
valueForEntry(Map.Entry<K, V>) - Method in class gnu.trove.map.hash.THashMap.EntryView
 
valueOf(String) - Static method in enum com.vgrs.xcode.common.unicodedata.UnicodeCodePointCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vgrs.xcode.idna.CanonicalCombiningClass
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.vgrs.xcode.common.unicodedata.UnicodeCodePointCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vgrs.xcode.idna.CanonicalCombiningClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class gnu.trove.map.hash.THashMap
Returns a view on the values of the map.
values() - Method in class gnu.trove.map.hash.TIntCharHashMap
Returns the values of the map as an array of #e# values.
values(char[]) - Method in class gnu.trove.map.hash.TIntCharHashMap
Returns the values of the map using an existing array.
values() - Method in class gnu.trove.map.hash.TIntIntHashMap
Returns the values of the map as an array of #e# values.
values(int[]) - Method in class gnu.trove.map.hash.TIntIntHashMap
Returns the values of the map using an existing array.
values() - Method in class gnu.trove.map.hash.TIntLongHashMap
Returns the values of the map as an array of #e# values.
values(long[]) - Method in class gnu.trove.map.hash.TIntLongHashMap
Returns the values of the map using an existing array.
values() - Method in class gnu.trove.map.hash.TIntObjectHashMap
Returns the values of the map as an array of int values.
values(T[]) - Method in class gnu.trove.map.hash.TIntObjectHashMap
Returns the values of the map using an existing array.
values() - Method in class gnu.trove.map.hash.TLongIntHashMap
Returns the values of the map as an array of #e# values.
values(int[]) - Method in class gnu.trove.map.hash.TLongIntHashMap
Returns the values of the map using an existing array.
values() - Method in class gnu.trove.map.hash.TLongLongHashMap
Returns the values of the map as an array of #e# values.
values(long[]) - Method in class gnu.trove.map.hash.TLongLongHashMap
Returns the values of the map using an existing array.
values() - Method in class gnu.trove.map.hash.TLongObjectHashMap
Returns the values of the map as an array of long values.
values(T[]) - Method in class gnu.trove.map.hash.TLongObjectHashMap
Returns the values of the map using an existing array.
values() - Method in class gnu.trove.map.hash.TObjectIntHashMap
Returns the values of the map as an array of int values.
values(int[]) - Method in class gnu.trove.map.hash.TObjectIntHashMap
Returns the values of the map using an existing array.
values() - Method in class gnu.trove.map.hash.TObjectLongHashMap
Returns the values of the map as an array of long values.
values(long[]) - Method in class gnu.trove.map.hash.TObjectLongHashMap
Returns the values of the map using an existing array.
values() - Method in interface gnu.trove.map.TIntCharMap
Returns the values of the map as an array of #e# values.
values(char[]) - Method in interface gnu.trove.map.TIntCharMap
Returns the values of the map using an existing array.
values() - Method in interface gnu.trove.map.TIntIntMap
Returns the values of the map as an array of #e# values.
values(int[]) - Method in interface gnu.trove.map.TIntIntMap
Returns the values of the map using an existing array.
values() - Method in interface gnu.trove.map.TIntLongMap
Returns the values of the map as an array of #e# values.
values(long[]) - Method in interface gnu.trove.map.TIntLongMap
Returns the values of the map using an existing array.
values() - Method in interface gnu.trove.map.TIntObjectMap
Returns the values of the map as an array of int values.
values(T[]) - Method in interface gnu.trove.map.TIntObjectMap
Returns the values of the map using an existing array.
values() - Method in interface gnu.trove.map.TLongIntMap
Returns the values of the map as an array of #e# values.
values(int[]) - Method in interface gnu.trove.map.TLongIntMap
Returns the values of the map using an existing array.
values() - Method in interface gnu.trove.map.TLongLongMap
Returns the values of the map as an array of #e# values.
values(long[]) - Method in interface gnu.trove.map.TLongLongMap
Returns the values of the map using an existing array.
values() - Method in interface gnu.trove.map.TLongObjectMap
Returns the values of the map as an array of long values.
values(T[]) - Method in interface gnu.trove.map.TLongObjectMap
Returns the values of the map using an existing array.
values() - Method in interface gnu.trove.map.TObjectIntMap
Returns the values of the map as an array of int values.
values(int[]) - Method in interface gnu.trove.map.TObjectIntMap
Returns the values of the map using an existing array.
values() - Method in interface gnu.trove.map.TObjectLongMap
Returns the values of the map as an array of long values.
values(long[]) - Method in interface gnu.trove.map.TObjectLongMap
Returns the values of the map using an existing array.

W

WHITE_SPACE - Static variable in class com.vgrs.xcode.common.unicodedata.UnicodeDataConstants
 
writeExternal(ObjectOutput) - Method in class gnu.trove.impl.hash.THash
 
writeExternal(ObjectOutput) - Method in class gnu.trove.impl.hash.TIntCharHash
writeExternal(ObjectOutput) - Method in class gnu.trove.impl.hash.TIntIntHash
writeExternal(ObjectOutput) - Method in class gnu.trove.impl.hash.TIntLongHash
writeExternal(ObjectOutput) - Method in class gnu.trove.impl.hash.TLongIntHash
writeExternal(ObjectOutput) - Method in class gnu.trove.impl.hash.TLongLongHash
writeExternal(ObjectOutput) - Method in class gnu.trove.impl.hash.TObjectHash
 
writeExternal(ObjectOutput) - Method in class gnu.trove.list.array.TIntArrayList
 
writeExternal(ObjectOutput) - Method in class gnu.trove.list.array.TLongArrayList
 
writeExternal(ObjectOutput) - Method in class gnu.trove.map.hash.THashMap
 
writeExternal(ObjectOutput) - Method in class gnu.trove.map.hash.TIntCharHashMap
writeExternal(ObjectOutput) - Method in class gnu.trove.map.hash.TIntIntHashMap
writeExternal(ObjectOutput) - Method in class gnu.trove.map.hash.TIntLongHashMap
writeExternal(ObjectOutput) - Method in class gnu.trove.map.hash.TIntObjectHashMap
 
writeExternal(ObjectOutput) - Method in class gnu.trove.map.hash.TLongIntHashMap
writeExternal(ObjectOutput) - Method in class gnu.trove.map.hash.TLongLongHashMap
writeExternal(ObjectOutput) - Method in class gnu.trove.map.hash.TLongObjectHashMap
 
writeExternal(ObjectOutput) - Method in class gnu.trove.map.hash.TObjectIntHashMap
 
writeExternal(ObjectOutput) - Method in class gnu.trove.map.hash.TObjectLongHashMap
 
writeExternal(ObjectOutput) - Method in class gnu.trove.set.hash.TIntHashSet
writeExternal(ObjectOutput) - Method in class gnu.trove.set.hash.TLongHashSet

X

XcodeError - Class in com.vgrs.xcode.util
 
XcodeError() - Constructor for class com.vgrs.xcode.util.XcodeError
 
XcodeErrorGenerator - Class in com.vgrs.xcode.util
Generates XcodeError object on the fly.
XcodeErrorGenerator() - Constructor for class com.vgrs.xcode.util.XcodeErrorGenerator
 
XcodeException - Exception in com.vgrs.xcode.util
This object implements all error conditions from the IDN SDK.
XcodeException(int, String) - Constructor for exception com.vgrs.xcode.util.XcodeException
Construct a xcode exception with an error code and detailed message
XcodeException(XcodeException, Throwable) - Constructor for exception com.vgrs.xcode.util.XcodeException
Construct a xcode exception chaining the supplied XcodeExcpetion and another Throwable object.
XcodeException(XcodeException, String) - Constructor for exception com.vgrs.xcode.util.XcodeException
Construct a xcode exception chaining the supplied XcodeExcpetion and detail message.
XcodeException(int, String, Throwable) - Constructor for exception com.vgrs.xcode.util.XcodeException
Construct a xcode exception with an error code, and chaining the supplied XcodeExcpetion and a Throwable object detail message.

Z

ZERO - Static variable in class com.vgrs.xcode.common.Base32
Value of Ox0000
ZERO - Static variable in class com.vgrs.xcode.idna.Race
 
ZeroWidthJoinerRule - Class in com.vgrs.xcode.idna.contextualrule
Zero Width Joiner Contextual Rule Code Point : U+200D Rule : If Canonical_Combining_Class(Before(cp)) .eq.
ZeroWidthJoinerRule() - Constructor for class com.vgrs.xcode.idna.contextualrule.ZeroWidthJoinerRule
Constructor specifies that this rule can only execute if the Zero width joiner code point is present in the given set of code points.
ZeroWidthNonJoinerRule - Class in com.vgrs.xcode.idna.contextualrule
Zero Width Non Joiner Contextual Rule Code Point : U+200C Rule :
ZeroWidthNonJoinerRule() - Constructor for class com.vgrs.xcode.idna.contextualrule.ZeroWidthNonJoinerRule
 
ZIP_SUFFIX - Static variable in class com.vgrs.xcode.util.Datafile
 

_

_autoCompactionFactor - Variable in class gnu.trove.impl.hash.THash
The auto-compaction factor for the table.
_autoCompactRemovesRemaining - Variable in class gnu.trove.impl.hash.THash
The number of removes that should be performed before an auto-compaction occurs.
_autoCompactTemporaryDisable - Variable in class gnu.trove.impl.hash.THash
 
_data - Variable in class gnu.trove.list.array.TIntArrayList
the data of the list
_data - Variable in class gnu.trove.list.array.TLongArrayList
the data of the list
_expectedSize - Variable in class gnu.trove.impl.hash.THashIterator
the number of elements this iterator believes are in the data structure it accesses.
_expectedSize - Variable in class gnu.trove.impl.hash.THashPrimitiveIterator
the number of elements this iterator believes are in the data structure it accesses.
_free - Variable in class gnu.trove.impl.hash.THash
the current number of free slots in the hash.
_hash - Variable in class gnu.trove.impl.hash.THashIterator
the data structure this iterator traverses
_hash - Variable in class gnu.trove.impl.hash.THashPrimitiveIterator
the data structure this iterator traverses
_index - Variable in class gnu.trove.impl.hash.THashIterator
the index used for iteration.
_index - Variable in class gnu.trove.impl.hash.THashPrimitiveIterator
the index used for iteration.
_loadFactor - Variable in class gnu.trove.impl.hash.THash
Determines how full the internal table can become before rehashing is required.
_maxSize - Variable in class gnu.trove.impl.hash.THash
The maximum number of elements allowed without allocating more space.
_objectHash - Variable in class gnu.trove.iterator.hash.TObjectHashIterator
 
_pos - Variable in class gnu.trove.list.array.TIntArrayList
the index after the last entry in the list
_pos - Variable in class gnu.trove.list.array.TLongArrayList
the index after the last entry in the list
_set - Variable in class gnu.trove.impl.hash.TIntCharHash
the set of ints
_set - Variable in class gnu.trove.impl.hash.TIntHash
the set of ints
_set - Variable in class gnu.trove.impl.hash.TIntIntHash
the set of ints
_set - Variable in class gnu.trove.impl.hash.TIntLongHash
the set of ints
_set - Variable in class gnu.trove.impl.hash.TLongHash
the set of longs
_set - Variable in class gnu.trove.impl.hash.TLongIntHash
the set of longs
_set - Variable in class gnu.trove.impl.hash.TLongLongHash
the set of longs
_set - Variable in class gnu.trove.impl.hash.TObjectHash
the set of Objects
_size - Variable in class gnu.trove.impl.hash.THash
the current number of occupied slots in the hash.
_states - Variable in class gnu.trove.impl.hash.TPrimitiveHash
flags indicating whether each position in the hash is FREE, FULL, or REMOVED
_values - Variable in class gnu.trove.map.hash.THashMap
the values of the map
_values - Variable in class gnu.trove.map.hash.TIntCharHashMap
the values of the map
_values - Variable in class gnu.trove.map.hash.TIntIntHashMap
the values of the map
_values - Variable in class gnu.trove.map.hash.TIntLongHashMap
the values of the map
_values - Variable in class gnu.trove.map.hash.TIntObjectHashMap
the values of the map
_values - Variable in class gnu.trove.map.hash.TLongIntHashMap
the values of the map
_values - Variable in class gnu.trove.map.hash.TLongLongHashMap
the values of the map
_values - Variable in class gnu.trove.map.hash.TLongObjectHashMap
the values of the map
_values - Variable in class gnu.trove.map.hash.TObjectIntHashMap
the values of the map
_values - Variable in class gnu.trove.map.hash.TObjectLongHashMap
the values of the map

A B C D E F G H I K L M N O P R S T U V W X Z _

Copyright © 2000-2010 VeriSign Inc. All Rights Reserved