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

A

a - Variable in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
The backing array.
a - Variable in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
The backing array.
AbstractChar2ObjectFunction<V> - Class in com.uwyn.jhighlight.fastutil.chars
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractChar2ObjectFunction() - Constructor for class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectFunction
 
AbstractChar2ObjectMap<V> - Class in com.uwyn.jhighlight.fastutil.chars
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractChar2ObjectMap() - Constructor for class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectMap
 
AbstractChar2ObjectMap.BasicEntry<V> - Class in com.uwyn.jhighlight.fastutil.chars
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractCharBidirectionalIterator - Class in com.uwyn.jhighlight.fastutil.chars
An abstract class facilitating the creation of type-specific bidirectional iterators.
AbstractCharBidirectionalIterator() - Constructor for class com.uwyn.jhighlight.fastutil.chars.AbstractCharBidirectionalIterator
 
AbstractCharCollection - Class in com.uwyn.jhighlight.fastutil.chars
An abstract class providing basic methods for collections implementing a type-specific interface.
AbstractCharCollection() - Constructor for class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
 
AbstractCharIterator - Class in com.uwyn.jhighlight.fastutil.chars
An abstract class facilitating the creation of type-specific iterators.
AbstractCharIterator() - Constructor for class com.uwyn.jhighlight.fastutil.chars.AbstractCharIterator
 
AbstractCharList - Class in com.uwyn.jhighlight.fastutil.chars
An abstract class providing basic methods for lists implementing a type-specific list interface.
AbstractCharList() - Constructor for class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
AbstractCharList.CharSubList - Class in com.uwyn.jhighlight.fastutil.chars
 
AbstractCharListIterator - Class in com.uwyn.jhighlight.fastutil.chars
An abstract class facilitating the creation of type-specific list iterators.
AbstractCharListIterator() - Constructor for class com.uwyn.jhighlight.fastutil.chars.AbstractCharListIterator
 
AbstractCharSet - Class in com.uwyn.jhighlight.fastutil.chars
An abstract class providing basic methods for sets implementing a type-specific interface.
AbstractCharSet() - Constructor for class com.uwyn.jhighlight.fastutil.chars.AbstractCharSet
 
AbstractObjectBidirectionalIterator<K> - Class in com.uwyn.jhighlight.fastutil.objects
An abstract class facilitating the creation of type-specific bidirectional iterators.
AbstractObjectBidirectionalIterator() - Constructor for class com.uwyn.jhighlight.fastutil.objects.AbstractObjectBidirectionalIterator
 
AbstractObjectCollection<K> - Class in com.uwyn.jhighlight.fastutil.objects
An abstract class providing basic methods for collections implementing a type-specific interface.
AbstractObjectCollection() - Constructor for class com.uwyn.jhighlight.fastutil.objects.AbstractObjectCollection
 
AbstractObjectIterator<K> - Class in com.uwyn.jhighlight.fastutil.objects
An abstract class facilitating the creation of type-specific iterators.
AbstractObjectIterator() - Constructor for class com.uwyn.jhighlight.fastutil.objects.AbstractObjectIterator
 
AbstractObjectList<K> - Class in com.uwyn.jhighlight.fastutil.objects
An abstract class providing basic methods for lists implementing a type-specific list interface.
AbstractObjectList() - Constructor for class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
 
AbstractObjectList.ObjectSubList<K> - Class in com.uwyn.jhighlight.fastutil.objects
 
AbstractObjectListIterator<K> - Class in com.uwyn.jhighlight.fastutil.objects
An abstract class facilitating the creation of type-specific list iterators.
AbstractObjectListIterator() - Constructor for class com.uwyn.jhighlight.fastutil.objects.AbstractObjectListIterator
 
AbstractObjectSet<K> - Class in com.uwyn.jhighlight.fastutil.objects
An abstract class providing basic methods for sets implementing a type-specific interface.
AbstractObjectSet() - Constructor for class com.uwyn.jhighlight.fastutil.objects.AbstractObjectSet
 
add(char) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
 
add(Character) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
Delegates to the corresponding type-specific method.
add(int, char) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
add(char) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
add(int, Character) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Delegates to the corresponding type-specific method.
add(char) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
add(int, char) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
add(Character) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharListIterator
Delegates to the corresponding type-specific method.
add(char) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharListIterator
This method just throws an UnsupportedOperationException.
add(int, char) - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
 
add(char) - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
 
add(char) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharCollection
 
add(char) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharList
 
add(int, char) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharList
 
add(char) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharListIterator
 
add(K) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectCollection
 
add(int, K) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
 
add(K) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
 
add(K) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList.ObjectSubList
 
add(int, K) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList.ObjectSubList
 
add(K) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectListIterator
This method just throws an UnsupportedOperationException.
add(int, K) - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
 
add(K) - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
 
addAll(CharCollection) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
Adds all elements of the given type-specific collection to this collection.
addAll(Collection<? extends Character>) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
Adds all elements of the given collection to this collection.
addAll(int, Collection<? extends Character>) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
addAll(Collection<? extends Character>) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Delegates to a more generic method.
addAll(int, CharCollection) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Delegates to a more generic method.
addAll(int, CharList) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Delegates to a more generic method.
addAll(CharCollection) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
addAll(CharList) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
addAll(int, Collection<? extends Character>) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
addAll(int, CharCollection) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
addAll(int, CharList) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
addAll(int, CharCollection) - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
 
addAll(int, CharList) - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
 
addAll(CharCollection) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharCollection
 
addAll(int, CharCollection) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharList
 
addAll(int, CharList) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharList
 
addAll(CharList) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharList
 
addAll(Collection<? extends K>) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectCollection
Adds all elements of the given collection to this collection.
addAll(int, Collection<? extends K>) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
 
addAll(Collection<? extends K>) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
Delegates to a more generic method.
addAll(int, Collection<? extends K>) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList.ObjectSubList
 
addElements(int, char[], int, int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Adds elements to this type-specific list one-by-one.
addElements(int, char[]) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
addElements(int, char[], int, int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
addElements(int, char[], int, int) - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
Adds elements to this type-specific list using optimized system calls.
addElements(int, char[]) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, char[], int, int) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, K[], int, int) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
Adds elements to this type-specific list one-by-one.
addElements(int, K[]) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
 
addElements(int, K[], int, int) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList.ObjectSubList
 
addElements(int, K[], int, int) - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
Adds elements to this type-specific list using optimized system calls.
addElements(int, K[]) - Method in interface com.uwyn.jhighlight.fastutil.objects.ObjectList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, K[], int, int) - Method in interface com.uwyn.jhighlight.fastutil.objects.ObjectList
Add (hopefully quickly) elements to this type-specific list.
Arrays - Class in com.uwyn.jhighlight.fastutil
A class providing static methods and objects that do useful things with arrays.
arraySize(int, float) - Static method in class com.uwyn.jhighlight.fastutil.HashCommon
Returns the least power of two smaller than or equal to 230 and larger than or equal to Math.ceil( expected / f ).
asCharIterator(Iterator) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharIterators
Wraps a standard iterator into a type-specific iterator.
asCharIterator(ListIterator) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharIterators
Wraps a standard list iterator into a type-specific list iterator.
asObjectIterator(Iterator<K>) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators
Wraps a standard iterator into a type-specific iterator.
asObjectIterator(ListIterator<K>) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators
Wraps a standard list iterator into a type-specific list iterator.
ASSERT_IS_KEYWORD - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
ATTRIBUTE_NAME - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
ATTRIBUTE_VALUE - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 

B

back(int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharBidirectionalIterator
This method just iterates the type-specific version of AbstractCharBidirectionalIterator.previous() for at most n times, stopping if BidirectionalIterator.hasPrevious() becomes false.
back(int) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharBidirectionalIterator
Moves back for the given number of elements.
back(int) - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.EmptyIterator
 
back(int) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectBidirectionalIterator
This method just iterates the type-specific version of BidirectionalIterator.previous() for at most n times, stopping if BidirectionalIterator.hasPrevious() becomes false.
back(int) - Method in interface com.uwyn.jhighlight.fastutil.objects.ObjectBidirectionalIterator
Moves back for the given number of elements.
back(int) - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.EmptyIterator
 
BasicEntry(Character, V) - Constructor for class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectMap.BasicEntry
 
BasicEntry(char, V) - Constructor for class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectMap.BasicEntry
 
BEANSHELL - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
BidirectionalIterator<K> - Interface in com.uwyn.jhighlight.fastutil
A bidirectional Iterator.
bigArraySize(long, float) - Static method in class com.uwyn.jhighlight.fastutil.HashCommon
Returns the least power of two larger than or equal to Math.ceil( expected / f ).
binarySearch(char[], int, int, char) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Searches a range of the specified array for the specified value using the binary search algorithm.
binarySearch(char[], char) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Searches an array for the specified value using the binary search algorithm.
binarySearch(char[], int, int, char, CharComparator) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Searches a range of the specified array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(char[], char, CharComparator) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Searches an array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(int[], int, int, int) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Searches a range of the specified array for the specified value using the binary search algorithm.
binarySearch(int[], int) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Searches an array for the specified value using the binary search algorithm.
binarySearch(int[], int, int, int, IntComparator) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Searches a range of the specified array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(int[], int, IntComparator) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Searches an array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(K[], int, int, K) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Searches a range of the specified array for the specified value using the binary search algorithm.
binarySearch(K[], K) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Searches an array for the specified value using the binary search algorithm.
binarySearch(K[], int, int, K, Comparator<K>) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Searches a range of the specified array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(K[], K, Comparator<K>) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Searches an array for the specified value using the binary search algorithm and a specified comparator.
BooleanArrays - Class in com.uwyn.jhighlight.fastutil.booleans
A class providing static methods and objects that do useful things with type-specific arrays.
BooleanComparator - Interface in com.uwyn.jhighlight.fastutil.booleans
A type-specific Comparator; provides methods to compare two primitive types both as objects and as primitive types.
BSH - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 

C

char2ObjectEntrySet() - Method in interface com.uwyn.jhighlight.fastutil.chars.Char2ObjectMap
Returns a type-specific set view of the mappings contained in this map.
char2ObjectEntrySet() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
 
Char2ObjectFunction<V> - Interface in com.uwyn.jhighlight.fastutil.chars
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2ObjectFunctions - Class in com.uwyn.jhighlight.fastutil.chars
A class providing static methods and objects that do useful things with type-specific functions.
Char2ObjectFunctions.EmptyFunction<V> - Class in com.uwyn.jhighlight.fastutil.chars
An immutable class representing an empty type-specific function.
Char2ObjectFunctions.Singleton<V> - Class in com.uwyn.jhighlight.fastutil.chars
An immutable class representing a type-specific singleton function.
Char2ObjectFunctions.SynchronizedFunction<V> - Class in com.uwyn.jhighlight.fastutil.chars
A synchronized wrapper class for functions.
Char2ObjectFunctions.UnmodifiableFunction<V> - Class in com.uwyn.jhighlight.fastutil.chars
An unmodifiable wrapper class for functions.
Char2ObjectMap<V> - Interface in com.uwyn.jhighlight.fastutil.chars
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Char2ObjectMap.Entry<V> - Interface in com.uwyn.jhighlight.fastutil.chars
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2ObjectMap.FastEntrySet<V> - Interface in com.uwyn.jhighlight.fastutil.chars
An entry set providing fast iteration.
Char2ObjectOpenHashMap<V> - Class in com.uwyn.jhighlight.fastutil.chars
A type-specific hash map with a fast, small-footprint implementation.
Char2ObjectOpenHashMap(int, float) - Constructor for class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Creates a new hash map.
Char2ObjectOpenHashMap(int) - Constructor for class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2ObjectOpenHashMap() - Constructor for class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2ObjectOpenHashMap(Map<? extends Character, ? extends V>, float) - Constructor for class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Creates a new hash map copying a given one.
Char2ObjectOpenHashMap(Map<? extends Character, ? extends V>) - Constructor for class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2ObjectOpenHashMap(Char2ObjectMap<V>, float) - Constructor for class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Creates a new hash map copying a given type-specific one.
Char2ObjectOpenHashMap(Char2ObjectMap<V>) - Constructor for class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2ObjectOpenHashMap(char[], V[], float) - Constructor for class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2ObjectOpenHashMap(char[], V[]) - Constructor for class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
CHAR_DATA - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
CharArrayList - Class in com.uwyn.jhighlight.fastutil.chars
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
CharArrayList(char[], boolean) - Constructor for class com.uwyn.jhighlight.fastutil.chars.CharArrayList
Creates a new array list using a given array.
CharArrayList(int) - Constructor for class com.uwyn.jhighlight.fastutil.chars.CharArrayList
Creates a new array list with given capacity.
CharArrayList() - Constructor for class com.uwyn.jhighlight.fastutil.chars.CharArrayList
Creates a new array list with CharArrayList.DEFAULT_INITIAL_CAPACITY capacity.
CharArrayList(Collection<? extends Character>) - Constructor for class com.uwyn.jhighlight.fastutil.chars.CharArrayList
Creates a new array list and fills it with a given collection.
CharArrayList(CharCollection) - Constructor for class com.uwyn.jhighlight.fastutil.chars.CharArrayList
Creates a new array list and fills it with a given type-specific collection.
CharArrayList(CharList) - Constructor for class com.uwyn.jhighlight.fastutil.chars.CharArrayList
Creates a new array list and fills it with a given type-specific list.
CharArrayList(char[]) - Constructor for class com.uwyn.jhighlight.fastutil.chars.CharArrayList
Creates a new array list and fills it with the elements of a given array.
CharArrayList(char[], int, int) - Constructor for class com.uwyn.jhighlight.fastutil.chars.CharArrayList
Creates a new array list and fills it with the elements of a given array.
CharArrayList(Iterator<? extends Character>) - Constructor for class com.uwyn.jhighlight.fastutil.chars.CharArrayList
Creates a new array list and fills it with the elements returned by an iterator..
CharArrayList(CharIterator) - Constructor for class com.uwyn.jhighlight.fastutil.chars.CharArrayList
Creates a new array list and fills it with the elements returned by a type-specific iterator..
CharArrays - Class in com.uwyn.jhighlight.fastutil.chars
A class providing static methods and objects that do useful things with type-specific arrays.
CharBidirectionalIterator - Interface in com.uwyn.jhighlight.fastutil.chars
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements backwards.
CharCollection - Interface in com.uwyn.jhighlight.fastutil.chars
A type-specific Collection; provides some additional methods that use polymorphism to avoid (un)boxing.
CharComparator - Interface in com.uwyn.jhighlight.fastutil.chars
A type-specific Comparator; provides methods to compare two primitive types both as objects and as primitive types.
CharIterable - Interface in com.uwyn.jhighlight.fastutil.chars
A type-specific Iterable that strengthens that specification of Iterable.iterator().
charIterator() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
Deprecated.
charIterator() - Method in interface com.uwyn.jhighlight.fastutil.chars.CharCollection
Deprecated.
As of fastutil 5, replaced by CharCollection.iterator().
CharIterator - Interface in com.uwyn.jhighlight.fastutil.chars
A type-specific Iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements.
CharIterators - Class in com.uwyn.jhighlight.fastutil.chars
A class providing static methods and objects that do useful things with type-specific iterators.
CharIterators.EmptyIterator - Class in com.uwyn.jhighlight.fastutil.chars
A class returning no elements and a type-specific iterator interface.
CharIterators.UnmodifiableBidirectionalIterator - Class in com.uwyn.jhighlight.fastutil.chars
An unmodifiable wrapper class for bidirectional iterators.
CharIterators.UnmodifiableIterator - Class in com.uwyn.jhighlight.fastutil.chars
An unmodifiable wrapper class for iterators.
CharIterators.UnmodifiableListIterator - Class in com.uwyn.jhighlight.fastutil.chars
An unmodifiable wrapper class for list iterators.
CharList - Interface in com.uwyn.jhighlight.fastutil.chars
A type-specific List; provides some additional methods that use polymorphism to avoid (un)boxing.
charListIterator() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Deprecated.
charListIterator(int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Deprecated.
charListIterator() - Method in interface com.uwyn.jhighlight.fastutil.chars.CharList
Deprecated.
As of fastutil 5, replaced by CharList.listIterator().
charListIterator(int) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharList
Deprecated.
As of fastutil 5, replaced by CharList.listIterator(int).
CharListIterator - Interface in com.uwyn.jhighlight.fastutil.chars
A type-specific bidirectional iterator that is also a ListIterator.
CharSet - Interface in com.uwyn.jhighlight.fastutil.chars
A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.
CharStack - Interface in com.uwyn.jhighlight.fastutil.chars
A type-specific Stack; provides some additional methods that use polymorphism to avoid (un)boxing.
charSubList(int, int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Deprecated.
CharSubList(CharList, int, int) - Constructor for class com.uwyn.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
charSubList(int, int) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharList
Deprecated.
As of fastutil 5, replaced by CharList.subList(int,int).
clear() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectFunction
 
clear() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
clear() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.EmptyFunction
 
clear() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
clear() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
clear() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
 
clear() - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
 
clear() - Method in interface com.uwyn.jhighlight.fastutil.Function
Removes all associations from this function (optional operation).
clear() - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList.ObjectSubList
 
clear() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
 
clone() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.EmptyFunction
 
clone() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.Singleton
 
clone() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Returns a deep copy of this map.
clone() - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
 
clone() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.EmptyIterator
 
clone() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
 
clone() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.EmptyIterator
 
com.uwyn.jhighlight - package com.uwyn.jhighlight
 
com.uwyn.jhighlight.fastutil - package com.uwyn.jhighlight.fastutil
 
com.uwyn.jhighlight.fastutil.booleans - package com.uwyn.jhighlight.fastutil.booleans
 
com.uwyn.jhighlight.fastutil.chars - package com.uwyn.jhighlight.fastutil.chars
 
com.uwyn.jhighlight.fastutil.ints - package com.uwyn.jhighlight.fastutil.ints
 
com.uwyn.jhighlight.fastutil.objects - package com.uwyn.jhighlight.fastutil.objects
 
com.uwyn.jhighlight.highlighter - package com.uwyn.jhighlight.highlighter
 
com.uwyn.jhighlight.renderer - package com.uwyn.jhighlight.renderer
 
com.uwyn.jhighlight.servlet - package com.uwyn.jhighlight.servlet
 
com.uwyn.jhighlight.tools - package com.uwyn.jhighlight.tools
 
com.uwyn.jhighlight.tools.exceptions - package com.uwyn.jhighlight.tools.exceptions
 
COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
compare(boolean, boolean) - Method in interface com.uwyn.jhighlight.fastutil.booleans.BooleanComparator
Compares the given primitive types.
compare(char, char) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharComparator
Compares the given primitive types.
compare(int, int) - Method in interface com.uwyn.jhighlight.fastutil.ints.IntComparator
Compares the given primitive types.
compareTo(List<? extends Character>) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Compares this list to another object.
compareTo(CharArrayList) - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
Compares this array list to another array list.
compareTo(List<? extends K>) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
Compares this list to another object.
compareTo(ObjectArrayList<? extends K>) - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
Compares this array list to another array list.
concat(CharIterator[]) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharIterators
Concatenates all iterators contained in an array.
concat(CharIterator[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharIterators
Concatenates a sequence of iterators contained in an array.
concat(ObjectIterator<? extends K>[]) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators
Concatenates all iterators contained in an array.
concat(ObjectIterator<? extends K>[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators
Concatenates a sequence of iterators contained in an array.
contains(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
Delegates to the corresponding type-specific method.
contains(char) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
 
contains(char) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
contains(char) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharCollection
 
contains(Object) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
 
containsAll(CharCollection) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
Checks whether this collection contains all elements from the given type-specific collection.
containsAll(Collection<?>) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
Checks whether this collection contains all elements from the given collection.
containsAll(CharCollection) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharCollection
 
containsAll(Collection<?>) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectCollection
Checks whether this collection contains all elements from the given collection.
containsKey(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectFunction
 
containsKey(char) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectMap
Checks whether the given value is contained in AbstractChar2ObjectMap.keySet().
containsKey(char) - Method in interface com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunction
 
containsKey(char) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.EmptyFunction
 
containsKey(char) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.Singleton
 
containsKey(char) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
containsKey(char) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
containsKey(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
containsKey(char) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
 
containsKey(Object) - Method in interface com.uwyn.jhighlight.fastutil.Function
Returns true if this function contains a mapping for the specified key.
containsValue(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectMap
Checks whether the given value is contained in AbstractChar2ObjectMap.values().
containsValue(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
 
convertTabsToSpaces(String, int) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Converts all tabs on a line to spaces according to the provided tab width.
copy(boolean[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Returns a copy of a portion of an array.
copy(boolean[]) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Returns a copy of an array.
copy(char[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Returns a copy of a portion of an array.
copy(char[]) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Returns a copy of an array.
copy(int[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Returns a copy of a portion of an array.
copy(int[]) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Returns a copy of an array.
copy(K[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Returns a copy of a portion of an array.
copy(K[]) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Returns a copy of an array.
CPLUSPLUS - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
CPP - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
CPP_COMMENT_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
CppHighlighter - Class in com.uwyn.jhighlight.highlighter
This class is a scanner generated by JFlex 1.4.1 on 8/2/06 6:03 AM from the specification file com/uwyn/jhighlight/highlighter/CppHighlighter.flex
CppHighlighter() - Constructor for class com.uwyn.jhighlight.highlighter.CppHighlighter
 
CppHighlighter(Reader) - Constructor for class com.uwyn.jhighlight.highlighter.CppHighlighter
Creates a new scanner There is also a java.io.InputStream version of this constructor.
CppHighlighter(InputStream) - Constructor for class com.uwyn.jhighlight.highlighter.CppHighlighter
Creates a new scanner.
CppXhtmlRenderer - Class in com.uwyn.jhighlight.renderer
Generates highlighted syntax in XHTML from Cpp source.
CppXhtmlRenderer() - Constructor for class com.uwyn.jhighlight.renderer.CppXhtmlRenderer
 
CXX - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 

D

DEFAULT_CSS - Static variable in class com.uwyn.jhighlight.renderer.CppXhtmlRenderer
 
DEFAULT_CSS - Static variable in class com.uwyn.jhighlight.renderer.GroovyXhtmlRenderer
 
DEFAULT_CSS - Static variable in class com.uwyn.jhighlight.renderer.JavaScriptXhtmlRenderer
 
DEFAULT_CSS - Static variable in class com.uwyn.jhighlight.renderer.JavaXhtmlRenderer
 
DEFAULT_CSS - Static variable in class com.uwyn.jhighlight.renderer.XmlXhtmlRenderer
 
DEFAULT_GROWTH_FACTOR - Static variable in interface com.uwyn.jhighlight.fastutil.Hash
The default growth factor of a hash table.
DEFAULT_INITIAL_CAPACITY - Static variable in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
The initial default capacity of an array list.
DEFAULT_INITIAL_CAPACITY - Static variable in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
The initial default capacity of an array list.
DEFAULT_INITIAL_SIZE - Static variable in interface com.uwyn.jhighlight.fastutil.Hash
The initial default size of a hash table.
DEFAULT_LOAD_FACTOR - Static variable in interface com.uwyn.jhighlight.fastutil.Hash
The default load factor of a hash table.
defaultReturnValue(V) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectFunction
 
defaultReturnValue() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectFunction
 
defaultReturnValue(V) - Method in interface com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunction
Sets the default return value.
defaultReturnValue() - Method in interface com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunction
Gets the default return value.
defaultReturnValue() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.EmptyFunction
 
defaultReturnValue(V) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.EmptyFunction
 
defaultReturnValue() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
defaultReturnValue(V) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
defaultReturnValue(V) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
defRetValue - Variable in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectFunction
The default return value for get(), put() and remove().
destroy() - Method in class com.uwyn.jhighlight.servlet.HighlightFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.uwyn.jhighlight.servlet.HighlightFilter
 
double2int(double) - Static method in class com.uwyn.jhighlight.fastutil.HashCommon
Returns the hash code that would be returned by Double.hashCode().
DOXYGEN_COMMENT_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
DOXYGEN_TAG_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 

E

elements() - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
Returns the backing array of this list.
elements() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
Returns the backing array of this list.
EMPTY_ARRAY - Static variable in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
A static, final, empty array.
EMPTY_ARRAY - Static variable in class com.uwyn.jhighlight.fastutil.chars.CharArrays
A static, final, empty array.
EMPTY_ARRAY - Static variable in class com.uwyn.jhighlight.fastutil.ints.IntArrays
A static, final, empty array.
EMPTY_ARRAY - Static variable in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
A static, final, empty array.
EMPTY_FUNCTION - Static variable in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions
An empty type-specific function (immutable).
EMPTY_ITERATOR - Static variable in class com.uwyn.jhighlight.fastutil.chars.CharIterators
An empty iterator (immutable).
EMPTY_ITERATOR - Static variable in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators
An empty iterator (immutable).
EmptyFunction() - Constructor for class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.EmptyFunction
 
EmptyIterator() - Constructor for class com.uwyn.jhighlight.fastutil.chars.CharIterators.EmptyIterator
 
EmptyIterator() - Constructor for class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.EmptyIterator
 
encodeHtml(String) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Transforms a provided String object into a new string, containing only valid Html characters.
ensureCapacity(boolean[], int) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Ensures that an array can contain the given number of entries.
ensureCapacity(boolean[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Ensures that an array can contain the given number of entries, preserving just a part of the array.
ensureCapacity(int) - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
Ensures that this array list can contain the given number of entries without resizing.
ensureCapacity(char[], int) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Ensures that an array can contain the given number of entries.
ensureCapacity(char[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Ensures that an array can contain the given number of entries, preserving just a part of the array.
ensureCapacity(int[], int) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Ensures that an array can contain the given number of entries.
ensureCapacity(int[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Ensures that an array can contain the given number of entries, preserving just a part of the array.
ensureCapacity(int) - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
Ensures that this array list can contain the given number of entries without resizing.
ensureCapacity(K[], int) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Ensures that an array can contain the given number of entries.
ensureCapacity(K[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Ensures that an array can contain the given number of entries, preserving just a part of the array.
ensureFromTo(int, int, int) - Static method in class com.uwyn.jhighlight.fastutil.Arrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits an array of given length.
ensureFromTo(boolean[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits an array.
ensureFromTo(char[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits an array.
ensureFromTo(int[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits an array.
ensureFromTo(K[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits an array.
ensureIndex(int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Ensures that the given index is nonnegative and not greater than the list size.
ensureIndex(int) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
Ensures that the given index is nonnegative and not greater than the list size.
ensureOffsetLength(int, int, int) - Static method in class com.uwyn.jhighlight.fastutil.Arrays
Ensures that a range given by an offset and a length fits an array of given length.
ensureOffsetLength(boolean[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Ensures that a range given by an offset and a length fits an array.
ensureOffsetLength(char[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Ensures that a range given by an offset and a length fits an array.
ensureOffsetLength(int[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Ensures that a range given by an offset and a length fits an array.
ensureOffsetLength(K[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Ensures that a range given by an offset and a length fits an array.
ensureRestrictedIndex(int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Ensures that the given index is nonnegative and smaller than the list size.
ensureRestrictedIndex(int) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
Ensures that the given index is nonnegative and smaller than the list size.
entries - Variable in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Cached set of entries.
entrySet() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectMap
 
entrySet() - Method in interface com.uwyn.jhighlight.fastutil.chars.Char2ObjectMap
Returns a set view of the mappings contained in this map.
equals(boolean[], boolean[]) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Deprecated.
Please use the corresponding Arrays method, which is intrinsified in recent JVMs.
equals(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectMap.BasicEntry
 
equals(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectMap
 
equals(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
equals(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharSet
 
equals(CharArrayList) - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
Compares this type-specific array list to another one.
equals(char[], char[]) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Deprecated.
Please use the corresponding Arrays method, which is intrinsified in recent JVMs.
equals(K, K) - Method in interface com.uwyn.jhighlight.fastutil.Hash.Strategy
Returns true if the given objects are equal with respect to this hash strategy.
equals(int[], int[]) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Deprecated.
Please use the corresponding Arrays method, which is intrinsified in recent JVMs.
equals(Object) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
 
equals(Object) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectSet
 
equals(ObjectArrayList<K>) - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
Compares this type-specific array list to another one.
equals(K[], K[]) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Deprecated.
Please use the corresponding Arrays method, which is intrinsified in recent JVMs.
ExceptionUtils - Class in com.uwyn.jhighlight.tools
Collection of utility methods to work with exceptions.
ExplicitStateHighlighter - Interface in com.uwyn.jhighlight.highlighter
Provides access to the lexical scanning of a highlighted language.

F

f - Variable in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
The acceptable load factor.
FAST_LOAD_FACTOR - Static variable in interface com.uwyn.jhighlight.fastutil.Hash
The load factor for a (usually small) table that is meant to be particularly fast.
fastIterator() - Method in interface com.uwyn.jhighlight.fastutil.chars.Char2ObjectMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
FileUtils - Class in com.uwyn.jhighlight.tools
Collection of utility methods to work with files.
FileUtilsErrorException - Exception in com.uwyn.jhighlight.tools.exceptions
Exception that will be trigger when unexpected errors occur during the functionalities of the FileUtils class.
FileUtilsErrorException(String) - Constructor for exception com.uwyn.jhighlight.tools.exceptions.FileUtilsErrorException
 
FileUtilsErrorException(String, Throwable) - Constructor for exception com.uwyn.jhighlight.tools.exceptions.FileUtilsErrorException
 
fill(boolean[], boolean) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Fills the given array with the given value.
fill(boolean[], int, int, boolean) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Fills a portion of the given array with the given value.
fill(char[], char) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Fills the given array with the given value.
fill(char[], int, int, char) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Fills a portion of the given array with the given value.
fill(int[], int) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Fills the given array with the given value.
fill(int[], int, int, int) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Fills a portion of the given array with the given value.
fill(K[], K) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Fills the given array with the given value.
fill(K[], int, int, K) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Fills a portion of the given array with the given value.
filter(String, Pattern, Pattern) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Checks if the name filters through an including and an excluding regular expression.
filter(String, Pattern[], Pattern[]) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Checks if the name filters through a series of including and excluding regular expressions.
float2int(float) - Static method in class com.uwyn.jhighlight.fastutil.HashCommon
Returns the hash code that would be returned by Float.hashCode().
FREE - Static variable in interface com.uwyn.jhighlight.fastutil.Hash
The state of a free hash table entry.
from - Variable in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList.CharSubList
Initial (inclusive) index of this sublist.
from - Variable in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList.ObjectSubList
Initial (inclusive) index of this sublist.
fromTo(char, char) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharIterators
Creates a type-specific list iterator over an interval.
function - Variable in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
function - Variable in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
Function<K,V> - Interface in com.uwyn.jhighlight.fastutil
A function mapping keys into values.

G

get(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectFunction
Delegates to the corresponding type-specific method, taking care of returning null on a missing key.
get(int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Delegates to the corresponding type-specific method.
get(char) - Method in interface com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunction
Returns the value to which the given key is mapped.
get(char) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.EmptyFunction
 
get(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.EmptyFunction
 
get(char) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.Singleton
 
get(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
get(char) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
get(char) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
get(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
get(Character) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
 
get(char) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
 
get(Object) - Method in interface com.uwyn.jhighlight.fastutil.Function
Returns the value associated by this function to the specified key.
get(int) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList.ObjectSubList
 
get(int) - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
 
getChar(int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
getChar(int) - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
 
getChar(int) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharList
 
getCharKey() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectMap.BasicEntry
 
getCharKey() - Method in interface com.uwyn.jhighlight.fastutil.chars.Char2ObjectMap.Entry
 
getCssClass(int) - Method in class com.uwyn.jhighlight.renderer.CppXhtmlRenderer
 
getCssClass(int) - Method in class com.uwyn.jhighlight.renderer.GroovyXhtmlRenderer
 
getCssClass(int) - Method in class com.uwyn.jhighlight.renderer.JavaScriptXhtmlRenderer
 
getCssClass(int) - Method in class com.uwyn.jhighlight.renderer.JavaXhtmlRenderer
 
getCssClass(int) - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Looks up the CSS class identifier that corresponds to the syntax style.
getCssClass(int) - Method in class com.uwyn.jhighlight.renderer.XmlXhtmlRenderer
 
getCssClassDefinitions() - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Returns all the CSS class definitions that should appear within the style XHTML tag.
getCurrentState() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
getCurrentState() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
getCurrentState() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
getCurrentState() - Method in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
 
getCurrentState() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
getDefaultCssStyles() - Method in class com.uwyn.jhighlight.renderer.CppXhtmlRenderer
 
getDefaultCssStyles() - Method in class com.uwyn.jhighlight.renderer.GroovyXhtmlRenderer
 
getDefaultCssStyles() - Method in class com.uwyn.jhighlight.renderer.JavaScriptXhtmlRenderer
 
getDefaultCssStyles() - Method in class com.uwyn.jhighlight.renderer.JavaXhtmlRenderer
 
getDefaultCssStyles() - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Returns a map of all the CSS styles that the renderer requires, together with default definitions for them.
getDefaultCssStyles() - Method in class com.uwyn.jhighlight.renderer.XmlXhtmlRenderer
 
getElements(int, char[], int, int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
getElements(int, char[], int, int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Copies element of this type-specific list into the given array one-by-one.
getElements(int, char[], int, int) - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
Copies element of this type-specific list into the given array using optimized system calls.
getElements(int, char[], int, int) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharList
Copies (hopefully quickly) elements of this type-specific list into the given array.
getElements(int, Object[], int, int) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
Copies element of this type-specific list into the given array one-by-one.
getElements(int, Object[], int, int) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList.ObjectSubList
 
getElements(int, Object[], int, int) - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
Copies element of this type-specific list into the given array using optimized system calls.
getElements(int, Object[], int, int) - Method in interface com.uwyn.jhighlight.fastutil.objects.ObjectList
Copies (hopefully quickly) elements of this type-specific list into the given array.
getExceptionStackTrace(Throwable) - Static method in class com.uwyn.jhighlight.tools.ExceptionUtils
Obtains the entire stracktrace of an exception and converts it into a string.
getExtension(String) - Static method in class com.uwyn.jhighlight.tools.FileUtils
 
getFileList(File, Pattern[], Pattern[]) - Static method in class com.uwyn.jhighlight.tools.FileUtils
Recursively traverse a directory hierachy and obtain a list of all absolute file names.
getHighlighter() - Method in class com.uwyn.jhighlight.renderer.CppXhtmlRenderer
 
getHighlighter() - Method in class com.uwyn.jhighlight.renderer.GroovyXhtmlRenderer
 
getHighlighter() - Method in class com.uwyn.jhighlight.renderer.JavaScriptXhtmlRenderer
 
getHighlighter() - Method in class com.uwyn.jhighlight.renderer.JavaXhtmlRenderer
 
getHighlighter() - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Returns the language-specific highlighting lexer that should be used
getHighlighter() - Method in class com.uwyn.jhighlight.renderer.XmlXhtmlRenderer
 
getKey() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectMap.BasicEntry
 
getNextToken() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
getNextToken() - Method in interface com.uwyn.jhighlight.highlighter.ExplicitStateHighlighter
Obtain the next token from the scanner.
getNextToken() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
getNextToken() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
getNextToken() - Method in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
 
getNextToken() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
getRenderer(String) - Static method in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
Instantiates an instance of a known XhtmlRenderer according to the type that's provided.
getStartState() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
getStartState() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
getStartState() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
getStartState() - Method in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
 
getStartState() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
getStyleCount() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
getStyleCount() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
getStyleCount() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
getStyleCount() - Method in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
 
getStyleCount() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
getSupportedTypes() - Static method in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
Returned a set with all the supported XHTML renderer types.
getTokenLength() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
getTokenLength() - Method in interface com.uwyn.jhighlight.highlighter.ExplicitStateHighlighter
Returns the length of the matched text region.
getTokenLength() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
getTokenLength() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
getTokenLength() - Method in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
 
getTokenLength() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
getValue() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectMap.BasicEntry
 
getVersion() - Static method in class com.uwyn.jhighlight.JHighlightVersion
Returns the version number of this JHighlight release.
getXhtmlFooter() - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Returns the XHTML footer that nicely finishes the file after the highlighted source code.
getXhtmlHeader(String) - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Returns the XHTML header that preceedes the highlighted source code.
getXhtmlHeaderFragment(String) - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Returns the XHTML header that preceedes the highlighted source code for a fragment.
GROOVY - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
GroovyHighlighter - Class in com.uwyn.jhighlight.highlighter
This class is a scanner generated by JFlex 1.4.1 on 8/2/06 6:03 AM from the specification file com/uwyn/jhighlight/highlighter/GroovyHighlighter.flex
GroovyHighlighter() - Constructor for class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
GroovyHighlighter(Reader) - Constructor for class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Creates a new scanner There is also a java.io.InputStream version of this constructor.
GroovyHighlighter(InputStream) - Constructor for class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Creates a new scanner.
GroovyXhtmlRenderer - Class in com.uwyn.jhighlight.renderer
Generates highlighted syntax in XHTML from Groovy source.
GroovyXhtmlRenderer() - Constructor for class com.uwyn.jhighlight.renderer.GroovyXhtmlRenderer
 
grow(boolean[], int) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Grows the given array to the maximum between the given length and the current length multiplied by two, provided that the given length is larger than the current length.
grow(boolean[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Grows the given array to the maximum between the given length and the current length multiplied by two, provided that the given length is larger than the current length, preserving just a part of the array.
grow(char[], int) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Grows the given array to the maximum between the given length and the current length multiplied by two, provided that the given length is larger than the current length.
grow(char[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Grows the given array to the maximum between the given length and the current length multiplied by two, provided that the given length is larger than the current length, preserving just a part of the array.
grow(int[], int) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Grows the given array to the maximum between the given length and the current length multiplied by two, provided that the given length is larger than the current length.
grow(int[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Grows the given array to the maximum between the given length and the current length multiplied by two, provided that the given length is larger than the current length, preserving just a part of the array.
grow(K[], int) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Grows the given array to the maximum between the given length and the current length multiplied by two, provided that the given length is larger than the current length.
grow(K[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Grows the given array to the maximum between the given length and the current length multiplied by two, provided that the given length is larger than the current length, preserving just a part of the array.
growthFactor(int) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Deprecated.
Since fastutil 6.1.0, hash tables are doubled when they are too full.
growthFactor() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Deprecated.
Since fastutil 6.1.0, hash tables are doubled when they are too full.

H

Hash - Interface in com.uwyn.jhighlight.fastutil
Basic data for all hash-based classes.
Hash.Strategy<K> - Interface in com.uwyn.jhighlight.fastutil
A generic hash strategy.
HASH_STRATEGY - Static variable in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
A type-specific content-based hash strategy for arrays.
HASH_STRATEGY - Static variable in class com.uwyn.jhighlight.fastutil.chars.CharArrays
A type-specific content-based hash strategy for arrays.
HASH_STRATEGY - Static variable in class com.uwyn.jhighlight.fastutil.ints.IntArrays
A type-specific content-based hash strategy for arrays.
HASH_STRATEGY - Static variable in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
A type-specific content-based hash strategy for arrays.
hashCode() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectMap.BasicEntry
 
hashCode() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectMap
Returns a hash code for this map.
hashCode() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Returns the hash code for this list, which is identical to List.hashCode().
hashCode() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharSet
Returns a hash code for this set.
hashCode() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Returns a hash code for this map.
hashCode(K) - Method in interface com.uwyn.jhighlight.fastutil.Hash.Strategy
Returns the hash code of the specified object with respect to this hash strategy.
hashCode() - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
Returns the hash code for this list, which is identical to List.hashCode().
hashCode() - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectSet
Returns a hash code for this set.
HashCommon - Class in com.uwyn.jhighlight.fastutil
Common code for all hash-based classes.
HashCommon() - Constructor for class com.uwyn.jhighlight.fastutil.HashCommon
 
hasNext() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.EmptyIterator
 
hasNext() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.UnmodifiableBidirectionalIterator
 
hasNext() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.UnmodifiableIterator
 
hasNext() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.UnmodifiableListIterator
 
hasNext() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.EmptyIterator
 
hasNext() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.UnmodifiableBidirectionalIterator
 
hasNext() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.UnmodifiableIterator
 
hasNext() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.UnmodifiableListIterator
 
hasPrevious() - Method in interface com.uwyn.jhighlight.fastutil.BidirectionalIterator
Returns whether there is a previous element.
hasPrevious() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.EmptyIterator
 
hasPrevious() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.UnmodifiableBidirectionalIterator
 
hasPrevious() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.UnmodifiableListIterator
 
hasPrevious() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.EmptyIterator
 
hasPrevious() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.UnmodifiableBidirectionalIterator
 
hasPrevious() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.UnmodifiableListIterator
 
highlight(String, InputStream, OutputStream, String, boolean) - Method in interface com.uwyn.jhighlight.renderer.Renderer
Transforms source code that's provided through an InputStream to highlighted syntax and writes it back to an OutputStream.
highlight(String, String, String, boolean) - Method in interface com.uwyn.jhighlight.renderer.Renderer
Transforms source code that's provided through a String to highlighted syntax and returns it as a String.
highlight(String, InputStream, OutputStream, String, boolean) - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Transforms source code that's provided through an InputStream to highlighted syntax in XHTML and writes it back to an OutputStream.
highlight(String, String, String, boolean) - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Transforms source code that's provided through a String to highlighted syntax in XHTML and returns it as a String.
HighlightFilter - Class in com.uwyn.jhighlight.servlet
A servlet filter that offers on-the-fly syntax highlighting for Java, HTML, XHTML, XML and LZX files.
HighlightFilter() - Constructor for class com.uwyn.jhighlight.servlet.HighlightFilter
 
HTML - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 

I

i - Variable in class com.uwyn.jhighlight.fastutil.chars.CharIterators.UnmodifiableBidirectionalIterator
 
i - Variable in class com.uwyn.jhighlight.fastutil.chars.CharIterators.UnmodifiableIterator
 
i - Variable in class com.uwyn.jhighlight.fastutil.chars.CharIterators.UnmodifiableListIterator
 
i - Variable in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.UnmodifiableBidirectionalIterator
 
i - Variable in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.UnmodifiableIterator
 
i - Variable in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.UnmodifiableListIterator
 
IN_CDATA_SECTION - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
IN_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
IN_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
IN_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
 
IN_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_DOUBLE_QUOTE_STRING - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_DOXYGEN_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
IN_HEREDOC - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
lexical states
IN_JAVA_DOC_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
IN_JAVA_DOC_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
IN_PROCESSING_INSTRUCTION - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_NAME - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_NAME_QUOTED - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_NAME_SINGLEQUOTED - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_TAG_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_TAG_COMPACT - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_TAG_REGULAR - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_TAG_VELOCITY - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_SINGLE_QUOTE_STRING - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_TAG - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
indexOf(char) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
indexOf(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Delegates to the corresponding type-specific method.
indexOf(char) - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
 
indexOf(char) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharList
 
indexOf(Object) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
 
indexOf(Object) - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
 
init(FilterConfig) - Method in class com.uwyn.jhighlight.servlet.HighlightFilter
 
IntArrays - Class in com.uwyn.jhighlight.fastutil.ints
A class providing static methods and objects that do useful things with type-specific arrays.
IntComparator - Interface in com.uwyn.jhighlight.fastutil.ints
A type-specific Comparator; provides methods to compare two primitive types both as objects and as primitive types.
isEmpty() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectMap
 
isEmpty() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
 
isEmpty() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
 
isEmpty() - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
 
isEmpty() - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectCollection
 
isEmpty() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
 
isEmpty() - Method in interface com.uwyn.jhighlight.fastutil.Stack
Checks whether the stack is empty.
iterator() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
 
iterator() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
iterator() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharSet
 
iterator() - Method in interface com.uwyn.jhighlight.fastutil.chars.CharCollection
Returns a type-specific iterator on the elements of this collection.
iterator() - Method in interface com.uwyn.jhighlight.fastutil.chars.CharIterable
Returns a type-specific iterator.
iterator() - Method in interface com.uwyn.jhighlight.fastutil.chars.CharList
Returns a type-specific iterator on the elements of this list (in proper sequence).
iterator() - Method in interface com.uwyn.jhighlight.fastutil.chars.CharSet
Returns a type-specific iterator on the elements of this set.
iterator() - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectCollection
 
iterator() - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
 
iterator() - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectSet
 
iterator() - Method in interface com.uwyn.jhighlight.fastutil.objects.ObjectCollection
Returns a type-specific iterator on the elements of this collection.
iterator() - Method in interface com.uwyn.jhighlight.fastutil.objects.ObjectIterable
Returns a type-specific iterator.
iterator() - Method in interface com.uwyn.jhighlight.fastutil.objects.ObjectList
Returns a type-specific iterator on the elements of this list (in proper sequence).
iterator() - Method in interface com.uwyn.jhighlight.fastutil.objects.ObjectSet
Returns a type-specific iterator on the elements of this set.

J

JAVA - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
JAVA_COMMENT_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
JAVA_COMMENT_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
JAVA_COMMENT_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
 
JAVADOC_COMMENT_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
JAVADOC_COMMENT_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
JAVADOC_TAG_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
JAVADOC_TAG_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
JavaHighlighter - Class in com.uwyn.jhighlight.highlighter
This class is a scanner generated by JFlex 1.4.1 on 8/2/06 6:03 AM from the specification file com/uwyn/jhighlight/highlighter/JavaHighlighter.flex
JavaHighlighter() - Constructor for class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
JavaHighlighter(Reader) - Constructor for class com.uwyn.jhighlight.highlighter.JavaHighlighter
Creates a new scanner There is also a java.io.InputStream version of this constructor.
JavaHighlighter(InputStream) - Constructor for class com.uwyn.jhighlight.highlighter.JavaHighlighter
Creates a new scanner.
JavaScriptHighlighter - Class in com.uwyn.jhighlight.highlighter
This class is a scanner generated by JFlex 1.4.1 on 8/2/06 6:03 AM from the specification file com/uwyn/jhighlight/highlighter/JavaScriptHighlighter.flex
JavaScriptHighlighter() - Constructor for class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
 
JavaScriptHighlighter(Reader) - Constructor for class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
Creates a new scanner There is also a java.io.InputStream version of this constructor.
JavaScriptHighlighter(InputStream) - Constructor for class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
Creates a new scanner.
JavaScriptXhtmlRenderer - Class in com.uwyn.jhighlight.renderer
Generates highlighted syntax in XHTML from Java source.
JavaScriptXhtmlRenderer() - Constructor for class com.uwyn.jhighlight.renderer.JavaScriptXhtmlRenderer
 
JavaXhtmlRenderer - Class in com.uwyn.jhighlight.renderer
Generates highlighted syntax in XHTML from Java source.
JavaXhtmlRenderer() - Constructor for class com.uwyn.jhighlight.renderer.JavaXhtmlRenderer
 
JHighlight - Class in com.uwyn.jhighlight
Provides console access to the source code syntax highlighting for Java, HTML, XHTML, XML and LZX files.
JHighlight() - Constructor for class com.uwyn.jhighlight.JHighlight
 
JHighlightVersion - Class in com.uwyn.jhighlight
Provides acces to the version number of this JHighlight release.

K

key - Variable in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectMap.BasicEntry
 
key - Variable in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.Singleton
 
key - Variable in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
The array of keys.
keys - Variable in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Cached set of keys.
keySet() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in interface com.uwyn.jhighlight.fastutil.chars.Char2ObjectMap
Returns a set view of the keys contained in this map.
keySet() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
 
KEYWORD_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
KEYWORD_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
KEYWORD_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
KEYWORD_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
 

L

l - Variable in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList.CharSubList
The list this sublist restricts.
l - Variable in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList.ObjectSubList
The list this sublist restricts.
lastIndexOf(char) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
lastIndexOf(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Delegates to the corresponding type-specific method.
lastIndexOf(char) - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
 
lastIndexOf(char) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharList
 
lastIndexOf(Object) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
 
lastIndexOf(Object) - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
 
listIterator(int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
listIterator() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
listIterator(int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
listIterator(int) - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
 
listIterator() - Method in interface com.uwyn.jhighlight.fastutil.chars.CharList
Returns a type-specific list iterator on the list.
listIterator(int) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharList
Returns a type-specific list iterator on the list starting at a given index.
listIterator() - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
 
listIterator(int) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
 
listIterator(int) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList.ObjectSubList
 
listIterator(int) - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
 
listIterator() - Method in interface com.uwyn.jhighlight.fastutil.objects.ObjectList
Returns a type-specific list iterator on the list.
listIterator(int) - Method in interface com.uwyn.jhighlight.fastutil.objects.ObjectList
Returns a type-specific list iterator on the list starting at a given index.
LITERAL_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
LITERAL_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
LITERAL_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
LITERAL_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
 
long2int(long) - Static method in class com.uwyn.jhighlight.fastutil.HashCommon
Returns the hash code that would be returned by Long.hashCode().
LZX - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 

M

main(String[]) - Static method in class com.uwyn.jhighlight.JHighlight
 
mask - Variable in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
The mask for wrapping a position counter.
MAX_ARRAY_SIZE - Static variable in class com.uwyn.jhighlight.fastutil.Arrays
This is a safe value used by ArrayList (as of Java 7) to avoid throwing OutOfMemoryError on some JVMs.
maxFill - Variable in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Threshold after which we rehash.
maxFill(int, float) - Static method in class com.uwyn.jhighlight.fastutil.HashCommon
Returns the maximum number of entries that can be filled before rehashing.
maxFill(long, float) - Static method in class com.uwyn.jhighlight.fastutil.HashCommon
Returns the maximum number of entries that can be filled before rehashing.
mergeSort(int, int, IntComparator, Swapper) - Static method in class com.uwyn.jhighlight.fastutil.Arrays
Sorts the specified range of elements using the specified swapper and according to the order induced by the specified comparator using mergesort.
mergeSort(boolean[], int, int, boolean[]) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Sorts the specified range of elements according to the natural ascending order using mergesort, using a given pre-filled support array.
mergeSort(boolean[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Sorts the specified range of elements according to the natural ascending order using mergesort.
mergeSort(boolean[]) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Sorts an array according to the natural ascending order using mergesort.
mergeSort(boolean[], int, int, BooleanComparator, boolean[]) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort, using a given pre-filled support array.
mergeSort(boolean[], int, int, BooleanComparator) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
mergeSort(boolean[], BooleanComparator) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Sorts an array according to the order induced by the specified comparator using mergesort.
mergeSort(char[], int, int, char[]) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Sorts the specified range of elements according to the natural ascending order using mergesort, using a given pre-filled support array.
mergeSort(char[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Sorts the specified range of elements according to the natural ascending order using mergesort.
mergeSort(char[]) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Sorts an array according to the natural ascending order using mergesort.
mergeSort(char[], int, int, CharComparator, char[]) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort, using a given pre-filled support array.
mergeSort(char[], int, int, CharComparator) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
mergeSort(char[], CharComparator) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Sorts an array according to the order induced by the specified comparator using mergesort.
mergeSort(int[], int, int, int[]) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Sorts the specified range of elements according to the natural ascending order using mergesort, using a given pre-filled support array.
mergeSort(int[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Sorts the specified range of elements according to the natural ascending order using mergesort.
mergeSort(int[]) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Sorts an array according to the natural ascending order using mergesort.
mergeSort(int[], int, int, IntComparator, int[]) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort, using a given pre-filled support array.
mergeSort(int[], int, int, IntComparator) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
mergeSort(int[], IntComparator) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Sorts an array according to the order induced by the specified comparator using mergesort.
mergeSort(K[], int, int, K[]) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Sorts the specified range of elements according to the natural ascending order using mergesort, using a given pre-filled support array.
mergeSort(K[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Sorts the specified range of elements according to the natural ascending order using mergesort.
mergeSort(K[]) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Sorts an array according to the natural ascending order using mergesort.
mergeSort(K[], int, int, Comparator<K>, K[]) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort, using a given pre-filled support array.
mergeSort(K[], int, int, Comparator<K>) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
mergeSort(K[], Comparator<K>) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Sorts an array according to the order induced by the specified comparator using mergesort.
murmurHash3(int) - Static method in class com.uwyn.jhighlight.fastutil.HashCommon
Avalanches the bits of an integer by applying the finalisation step of MurmurHash3.
murmurHash3(long) - Static method in class com.uwyn.jhighlight.fastutil.HashCommon
Avalanches the bits of a long integer by applying the finalisation step of MurmurHash3.

N

n - Variable in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
The current table size.
next() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharIterator
Delegates to the corresponding type-specific method.
next() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.UnmodifiableBidirectionalIterator
 
next() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.UnmodifiableIterator
 
next() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.UnmodifiableListIterator
 
next() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.EmptyIterator
 
next() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.UnmodifiableBidirectionalIterator
 
next() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.UnmodifiableIterator
 
next() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.UnmodifiableListIterator
 
nextChar() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharIterator
Delegates to the corresponding generic method.
nextChar() - Method in interface com.uwyn.jhighlight.fastutil.chars.CharIterator
Returns the next element as a primitive type.
nextChar() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.EmptyIterator
 
nextChar() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.UnmodifiableBidirectionalIterator
 
nextChar() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.UnmodifiableIterator
 
nextChar() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.UnmodifiableListIterator
 
nextIndex() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.EmptyIterator
 
nextIndex() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.UnmodifiableListIterator
 
nextIndex() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.EmptyIterator
 
nextIndex() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.UnmodifiableListIterator
 
nextPowerOfTwo(int) - Static method in class com.uwyn.jhighlight.fastutil.HashCommon
Return the least power of two greater than or equal to the specified value.
nextPowerOfTwo(long) - Static method in class com.uwyn.jhighlight.fastutil.HashCommon
Return the least power of two greater than or equal to the specified value.

O

ObjectArrayList<K> - Class in com.uwyn.jhighlight.fastutil.objects
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
ObjectArrayList(K[], boolean) - Constructor for class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
Creates a new array list using a given array.
ObjectArrayList(int) - Constructor for class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
Creates a new array list with given capacity.
ObjectArrayList() - Constructor for class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
Creates a new array list with ObjectArrayList.DEFAULT_INITIAL_CAPACITY capacity.
ObjectArrayList(Collection<? extends K>) - Constructor for class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
Creates a new array list and fills it with a given collection.
ObjectArrayList(ObjectCollection<? extends K>) - Constructor for class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
Creates a new array list and fills it with a given type-specific collection.
ObjectArrayList(ObjectList<? extends K>) - Constructor for class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
Creates a new array list and fills it with a given type-specific list.
ObjectArrayList(K[]) - Constructor for class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
Creates a new array list and fills it with the elements of a given array.
ObjectArrayList(K[], int, int) - Constructor for class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
Creates a new array list and fills it with the elements of a given array.
ObjectArrayList(Iterator<? extends K>) - Constructor for class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
Creates a new array list and fills it with the elements returned by an iterator..
ObjectArrayList(ObjectIterator<? extends K>) - Constructor for class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
Creates a new array list and fills it with the elements returned by a type-specific iterator..
ObjectArrays - Class in com.uwyn.jhighlight.fastutil.objects
A class providing static methods and objects that do useful things with type-specific arrays.
ObjectBidirectionalIterator<K> - Interface in com.uwyn.jhighlight.fastutil.objects
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements backwards.
ObjectCollection<K> - Interface in com.uwyn.jhighlight.fastutil.objects
A type-specific Collection; provides some additional methods that use polymorphism to avoid (un)boxing.
ObjectIterable<K> - Interface in com.uwyn.jhighlight.fastutil.objects
A type-specific Iterable that strengthens that specification of Iterable.iterator().
objectIterator() - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectCollection
Deprecated.
objectIterator() - Method in interface com.uwyn.jhighlight.fastutil.objects.ObjectCollection
Deprecated.
As of fastutil 5, replaced by ObjectCollection.iterator().
ObjectIterator<K> - Interface in com.uwyn.jhighlight.fastutil.objects
A type-specific Iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements.
ObjectIterators - Class in com.uwyn.jhighlight.fastutil.objects
A class providing static methods and objects that do useful things with type-specific iterators.
ObjectIterators.EmptyIterator<K> - Class in com.uwyn.jhighlight.fastutil.objects
A class returning no elements and a type-specific iterator interface.
ObjectIterators.UnmodifiableBidirectionalIterator<K> - Class in com.uwyn.jhighlight.fastutil.objects
An unmodifiable wrapper class for bidirectional iterators.
ObjectIterators.UnmodifiableIterator<K> - Class in com.uwyn.jhighlight.fastutil.objects
An unmodifiable wrapper class for iterators.
ObjectIterators.UnmodifiableListIterator<K> - Class in com.uwyn.jhighlight.fastutil.objects
An unmodifiable wrapper class for list iterators.
ObjectList<K> - Interface in com.uwyn.jhighlight.fastutil.objects
A type-specific List; provides some additional methods that use polymorphism to avoid (un)boxing.
objectListIterator() - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
Deprecated.
objectListIterator(int) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
Deprecated.
objectListIterator() - Method in interface com.uwyn.jhighlight.fastutil.objects.ObjectList
Deprecated.
As of fastutil 5, replaced by ObjectList.listIterator().
objectListIterator(int) - Method in interface com.uwyn.jhighlight.fastutil.objects.ObjectList
Deprecated.
As of fastutil 5, replaced by ObjectList.listIterator(int).
ObjectListIterator<K> - Interface in com.uwyn.jhighlight.fastutil.objects
A type-specific bidirectional iterator that is also a ListIterator.
ObjectSet<K> - Interface in com.uwyn.jhighlight.fastutil.objects
A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.
objectSubList(int, int) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
Deprecated.
ObjectSubList(ObjectList<K>, int, int) - Constructor for class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList.ObjectSubList
 
objectSubList(int, int) - Method in interface com.uwyn.jhighlight.fastutil.objects.ObjectList
Deprecated.
As of fastutil 5, replaced by ObjectList.subList(int,int).
OCCUPIED - Static variable in interface com.uwyn.jhighlight.fastutil.Hash
The state of a occupied hash table entry.
OPERATOR_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
OPERATOR_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
OPERATOR_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
OPERATOR_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
 

P

peek(int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Delegates to the corresponding type-specific method.
peek(int) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
 
peek(int) - Method in interface com.uwyn.jhighlight.fastutil.Stack
Peeks at an element on the stack (optional operation).
peekChar(int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
peekChar(int) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharStack
 
PLAIN_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
PLAIN_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
PLAIN_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
PLAIN_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
 
PLAIN_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
pop() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Delegates to the corresponding type-specific method.
pop() - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
 
pop() - Method in interface com.uwyn.jhighlight.fastutil.Stack
Pops the top off the stack.
popChar() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
popChar() - Method in interface com.uwyn.jhighlight.fastutil.chars.CharStack
 
pour(CharIterator, CharCollection, int) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharIterators
Pours an iterator into a type-specific collection, with a limit on the number of elements.
pour(CharIterator, CharCollection) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharIterators
Pours an iterator into a type-specific collection.
pour(CharIterator, int) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharIterators
Pours an iterator, returning a type-specific list, with a limit on the number of elements.
pour(CharIterator) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharIterators
Pours an iterator, returning a type-specific list.
pour(Iterator<K>, ObjectCollection<? super K>, int) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators
Pours an iterator into a type-specific collection, with a limit on the number of elements.
pour(Iterator<K>, ObjectCollection<? super K>) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators
Pours an iterator into a type-specific collection.
pour(Iterator<K>, int) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators
Pours an iterator, returning a type-specific list, with a limit on the number of elements.
pour(Iterator<K>) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators
Pours an iterator, returning a type-specific list.
PREPROC_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
previous() - Method in interface com.uwyn.jhighlight.fastutil.BidirectionalIterator
Returns the previous element from the collection.
previous() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharBidirectionalIterator
Delegates to the corresponding type-specific method.
previous() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.UnmodifiableBidirectionalIterator
 
previous() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.UnmodifiableListIterator
 
previous() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.EmptyIterator
 
previous() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.UnmodifiableBidirectionalIterator
 
previous() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.UnmodifiableListIterator
 
previousChar() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharBidirectionalIterator
Delegates to the corresponding generic method.
previousChar() - Method in interface com.uwyn.jhighlight.fastutil.chars.CharBidirectionalIterator
Returns the previous element as a primitive type.
previousChar() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.EmptyIterator
 
previousChar() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.UnmodifiableBidirectionalIterator
 
previousChar() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.UnmodifiableListIterator
 
previousIndex() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.EmptyIterator
 
previousIndex() - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.UnmodifiableListIterator
 
previousIndex() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.EmptyIterator
 
previousIndex() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.UnmodifiableListIterator
 
PRIMES - Static variable in interface com.uwyn.jhighlight.fastutil.Hash
A list of primes to be used as table sizes.
PROCESSING_INSTRUCTION - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
push(char) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
push(Character) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Delegates to the corresponding type-specific method.
push(char) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharStack
 
push(K) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
 
push(K) - Method in interface com.uwyn.jhighlight.fastutil.Stack
Pushes the given object on the stack.
put(char, V) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectFunction
 
put(Character, V) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectFunction
Delegates to the corresponding type-specific method, taking care of returning null on a missing key.
put(char, V) - Method in interface com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunction
Adds a pair to the map.
put(char, V) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
put(Character, V) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
put(char, V) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
put(char, V) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
 
put(Character, V) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
 
put(K, V) - Method in interface com.uwyn.jhighlight.fastutil.Function
Associates the specified value with the specified key in this function (optional operation).
putAll(Map<? extends Character, ? extends V>) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectMap
Puts all pairs in the given map.

Q

quickSort(int, int, IntComparator, Swapper) - Static method in class com.uwyn.jhighlight.fastutil.Arrays
Sorts the specified range of elements using the specified swapper and according to the order induced by the specified comparator using quicksort.
quickSort(boolean[], int, int, BooleanComparator) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
quickSort(boolean[], BooleanComparator) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Sorts an array according to the order induced by the specified comparator using quicksort.
quickSort(boolean[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Sorts the specified range of elements according to the natural ascending order using quicksort.
quickSort(boolean[]) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Sorts an array according to the natural ascending order using quicksort.
quickSort(char[], int, int, CharComparator) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
quickSort(char[], CharComparator) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Sorts an array according to the order induced by the specified comparator using quicksort.
quickSort(char[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Sorts the specified range of elements according to the natural ascending order using quicksort.
quickSort(char[]) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Sorts an array according to the natural ascending order using quicksort.
quickSort(int[], int, int, IntComparator) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
quickSort(int[], IntComparator) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Sorts an array according to the order induced by the specified comparator using quicksort.
quickSort(int[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Sorts the specified range of elements according to the natural ascending order using quicksort.
quickSort(int[]) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Sorts an array according to the natural ascending order using quicksort.
quickSort(K[], int, int, Comparator<K>) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
quickSort(K[], Comparator<K>) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Sorts an array according to the order induced by the specified comparator using quicksort.
quickSort(K[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Sorts the specified range of elements according to the natural ascending order using quicksort.
quickSort(K[]) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Sorts an array according to the natural ascending order using quicksort.

R

radixSort(char[]) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Sorts the specified array using radix sort.
radixSort(char[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Sorts the specified array using radix sort.
radixSort(char[], char[]) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Sorts the specified pair of arrays lexicographically using radix sort.
radixSort(char[], char[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Sorts the specified pair of arrays lexicographically using radix sort.
radixSort(char[][]) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Sorts the specified array of arrays lexicographically using radix sort.
radixSort(char[][], int, int) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Sorts the specified array of arrays lexicographically using radix sort.
radixSort(int[]) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Sorts the specified array using radix sort.
radixSort(int[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Sorts the specified array using radix sort.
radixSort(int[], int[]) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Sorts the specified pair of arrays lexicographically using radix sort.
radixSort(int[], int[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Sorts the specified pair of arrays lexicographically using radix sort.
radixSort(int[][]) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Sorts the specified array of arrays lexicographically using radix sort.
radixSort(int[][], int, int) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Sorts the specified array of arrays lexicographically using radix sort.
radixSortIndirect(int[], char[], boolean) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Sorts the specified array using indirect radix sort.
radixSortIndirect(int[], char[], int, int, boolean) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Sorts the specified array using indirect radix sort.
radixSortIndirect(int[], char[], char[], boolean) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(int[], char[], char[], int, int, boolean) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(int[], int[], boolean) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Sorts the specified array using indirect radix sort.
radixSortIndirect(int[], int[], int, int, boolean) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Sorts the specified array using indirect radix sort.
radixSortIndirect(int[], int[], int[], boolean) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(int[], int[], int[], int, int, boolean) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
rehash() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Deprecated.
A no-op.
rehash(int) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Rehashes the map.
rem(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
Delegates to the corresponding type-specific method.
rem(char) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
 
rem(char) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
rem(char) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
rem(char) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharSet
Delegates to remove().
rem(char) - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
 
rem(char) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharCollection
Note that this method should be called remove(), but the clash with the similarly named index-based method in the List interface forces us to use a distinguished name.
rem(Object) - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
 
remove(char) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectFunction
 
remove(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectFunction
Delegates to the corresponding type-specific method, taking care of returning null on a missing key.
remove(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
Delegates to the type-specific rem() method.
remove() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharIterator
This method just throws an UnsupportedOperationException.
remove(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
remove(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Delegates to rem().
remove(int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Delegates to the corresponding type-specific method.
remove(char) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharSet
 
remove(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharSet
Delegates to the corresponding type-specific method.
remove(char) - Method in interface com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunction
Removes the mapping with the given key.
remove(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
remove(char) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
remove(char) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
remove(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
remove(char) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
 
remove(Object) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
 
remove(char) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharSet
Removes an element from this set.
remove(Object) - Method in interface com.uwyn.jhighlight.fastutil.Function
Removes this key and the associated value from this function if it is present (optional operation).
remove() - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectIterator
This method just throws an UnsupportedOperationException.
remove(int) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList.ObjectSubList
 
remove(Object) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList.ObjectSubList
 
remove(int) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
 
remove(Object) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectSet
 
remove(int) - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
 
remove(Object) - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
 
remove(Object) - Method in interface com.uwyn.jhighlight.fastutil.objects.ObjectSet
Removes an element from this set.
removeAll(CharCollection) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
Remove from this collection all elements in the given type-specific collection.
removeAll(Collection<?>) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
Remove from this collection all elements in the given collection.
removeAll(CharCollection) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharCollection
 
removeAll(Collection<?>) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectCollection
Remove from this collection all elements in the given collection.
removeChar(int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
removeChar(int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
removeChar(int) - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
 
removeChar(int) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharList
 
REMOVED - Static variable in interface com.uwyn.jhighlight.fastutil.Hash
The state of a hash table entry freed by a deletion.
REMOVED - Static variable in class com.uwyn.jhighlight.fastutil.HashCommon
This reference is used to fill keys and values of removed entries (if they are objects).
removeElements(int, int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
removeElements(int, int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Removes elements of this type-specific list one-by-one.
removeElements(int, int) - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
Removes elements of this type-specific list using optimized system calls.
removeElements(int, int) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharList
Removes (hopefully quickly) elements of this type-specific list.
removeElements(int, int) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList.ObjectSubList
 
removeElements(int, int) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
Removes elements of this type-specific list one-by-one.
removeElements(int, int) - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
Removes elements of this type-specific list using optimized system calls.
removeElements(int, int) - Method in interface com.uwyn.jhighlight.fastutil.objects.ObjectList
Removes (hopefully quickly) elements of this type-specific list.
Renderer - Interface in com.uwyn.jhighlight.renderer
Provides interface to render the source code highlighting.
repeat(String, int) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Creates a new string that contains the provided string a number of times.
replace(String, String, String) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Searches for a string within a specified string in a case-sensitive manner and replaces every match with another string.
replace(String, String, String, boolean) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Searches for a string within a specified string and replaces every match with another string.
retainAll(CharCollection) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
Retains in this collection only elements from the given type-specific collection.
retainAll(Collection<?>) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
Retains in this collection only elements from the given collection.
retainAll(CharCollection) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharCollection
 
retainAll(Collection<?>) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectCollection
Retains in this collection only elements from the given collection.
reverse(boolean[]) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Reverses the order of the elements in the specified array.
reverse(boolean[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Reverses the order of the elements in the specified array fragment.
reverse(char[]) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Reverses the order of the elements in the specified array.
reverse(char[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Reverses the order of the elements in the specified array fragment.
reverse(int[]) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Reverses the order of the elements in the specified array.
reverse(int[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Reverses the order of the elements in the specified array fragment.
reverse(K[]) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Reverses the order of the elements in the specified array.
reverse(K[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Reverses the order of the elements in the specified array fragment.
RIFE_NAME - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
RIFE_TAG - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 

S

SEPARATOR_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
SEPARATOR_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
SEPARATOR_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
SEPARATOR_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
 
set(int, char) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
set(int, char) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
set(int, Character) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Delegates to the corresponding type-specific method.
set(Character) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharListIterator
Delegates to the corresponding type-specific method.
set(char) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharListIterator
This method just throws an UnsupportedOperationException.
set(int, char) - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
 
set(int, char) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharList
 
set(char) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharListIterator
 
set(int, K) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList.ObjectSubList
 
set(int, K) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
 
set(K) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectListIterator
This method just throws an UnsupportedOperationException.
set(int, K) - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
 
setLength(boolean[], int) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Sets the length of the given array.
setLength(char[], int) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Sets the length of the given array.
setLength(int[], int) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Sets the length of the given array.
setLength(K[], int) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Sets the length of the given array.
setReader(Reader) - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
setReader(Reader) - Method in interface com.uwyn.jhighlight.highlighter.ExplicitStateHighlighter
Sets the reader that will be used to receive the text data.
setReader(Reader) - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
setReader(Reader) - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
setReader(Reader) - Method in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
 
setReader(Reader) - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
setState(byte) - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
setState(byte) - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
setState(byte) - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
setState(byte) - Method in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
 
setState(byte) - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
setValue(V) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectMap.BasicEntry
 
shiftKeys(int) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shuffle(boolean[], int, int, Random) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Shuffles the specified array fragment using the specified pseudorandom number generator.
shuffle(boolean[], Random) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Shuffles the specified array using the specified pseudorandom number generator.
shuffle(char[], int, int, Random) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Shuffles the specified array fragment using the specified pseudorandom number generator.
shuffle(char[], Random) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Shuffles the specified array using the specified pseudorandom number generator.
shuffle(int[], int, int, Random) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Shuffles the specified array fragment using the specified pseudorandom number generator.
shuffle(int[], Random) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Shuffles the specified array using the specified pseudorandom number generator.
shuffle(K[], int, int, Random) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Shuffles the specified array fragment using the specified pseudorandom number generator.
shuffle(K[], Random) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Shuffles the specified array using the specified pseudorandom number generator.
singleton(char, V) - Static method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Character, V) - Static method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(char, V) - Constructor for class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.Singleton
 
singleton(char) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharIterators
Returns an iterator that iterates just over the given element.
singleton(K) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators
Returns an iterator that iterates just over the given element.
size() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
size(int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
size() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.EmptyFunction
 
size() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.Singleton
 
size() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
size() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
size - Variable in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Number of entries in the set.
size() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
 
size - Variable in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
The current actual size of the list (never greater than the backing-array length).
size() - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
 
size(int) - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
 
size(int) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharList
Sets the size of this list.
size() - Method in interface com.uwyn.jhighlight.fastutil.Function
Returns the intended number of keys in this function, or -1 if no such number exists.
size() - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList.ObjectSubList
 
size(int) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
 
size - Variable in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
The current actual size of the list (never greater than the backing-array length).
size() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
 
size(int) - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
 
size(int) - Method in interface com.uwyn.jhighlight.fastutil.objects.ObjectList
Sets the size of this list.
skip(int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharIterator
This method just iterates the type-specific version of AbstractCharIterator.next() for at most n times, stopping if Iterator.hasNext() becomes false.
skip(int) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharIterator
Skips the given number of elements.
skip(int) - Method in class com.uwyn.jhighlight.fastutil.chars.CharIterators.EmptyIterator
 
skip(int) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectIterator
This method just iterates the type-specific version of Iterator.next() for at most n times, stopping if Iterator.hasNext() becomes false.
skip(int) - Method in interface com.uwyn.jhighlight.fastutil.objects.ObjectIterator
Skips the given number of elements.
skip(int) - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.EmptyIterator
 
split(String, String) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Splits a string into different parts, using a seperator string to detect the seperation boundaries in a case-sensitive manner.
split(String, String, boolean) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Splits a string into different parts, using a seperator string to detect the seperation boundaries.
Stack<K> - Interface in com.uwyn.jhighlight.fastutil
A stack.
StringUtils - Class in com.uwyn.jhighlight.tools
General purpose class containing common String manipulation methods.
subList(int, int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
subList(int, int) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
subList(int, int) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharList
Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
subList(int, int) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList.ObjectSubList
 
subList(int, int) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
 
subList(int, int) - Method in interface com.uwyn.jhighlight.fastutil.objects.ObjectList
Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
swap(int, int) - Method in interface com.uwyn.jhighlight.fastutil.Swapper
Swaps the data at the given positions.
Swapper - Interface in com.uwyn.jhighlight.fastutil
An object that can swap elements whose position is specified by integers
sync - Variable in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
synchronize(Char2ObjectFunction<V>) - Static method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Char2ObjectFunction<V>, Object) - Static method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
SynchronizedFunction(Char2ObjectFunction<V>, Object) - Constructor for class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
SynchronizedFunction(Char2ObjectFunction<V>) - Constructor for class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 

T

TAG_NAME - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
TAG_START - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
lexical states
TAG_SYMBOLS - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
to - Variable in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList.CharSubList
Final (exclusive) index of this sublist.
to - Variable in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList.ObjectSubList
Final (exclusive) index of this sublist.
toArray(char[]) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
 
toArray() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
 
toArray(T[]) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
 
toArray(T[]) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharCollection
Returns an containing the items of this collection; the runtime type of the returned array is that of the specified array.
toArray(char[]) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharCollection
Returns a primitive type array containing the items of this collection.
toArray() - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectCollection
 
toArray(T[]) - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectCollection
 
toArray(T[]) - Method in interface com.uwyn.jhighlight.fastutil.objects.ObjectCollection
Returns an containing the items of this collection; the runtime type of the returned array is that of the specified array.
toCharArray() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
 
toCharArray(char[]) - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
 
toCharArray(char[]) - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
 
toCharArray() - Method in interface com.uwyn.jhighlight.fastutil.chars.CharCollection
Returns a primitive type array containing the items of this collection.
toCharArray(char[]) - Method in interface com.uwyn.jhighlight.fastutil.chars.CharCollection
Returns a primitive type array containing the items of this collection.
top() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
Delegates to the corresponding type-specific method.
top() - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
 
top() - Method in interface com.uwyn.jhighlight.fastutil.Stack
Peeks at the top of the stack (optional operation).
topChar() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
topChar() - Method in interface com.uwyn.jhighlight.fastutil.chars.CharStack
 
toString() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectMap.BasicEntry
 
toString() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectMap
 
toString() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharCollection
 
toString() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractCharList
 
toString() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
toString() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
toString() - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectCollection
 
toString() - Method in class com.uwyn.jhighlight.fastutil.objects.AbstractObjectList
 
trim(boolean[], int) - Static method in class com.uwyn.jhighlight.fastutil.booleans.BooleanArrays
Trims the given array to the given length.
trim() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
Trims this array list so that the capacity is equal to the size.
trim(int) - Method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
Trims the backing array if it is too large.
trim(char[], int) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrays
Trims the given array to the given length.
trim(int[], int) - Static method in class com.uwyn.jhighlight.fastutil.ints.IntArrays
Trims the given array to the given length.
trim() - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
Trims this array list so that the capacity is equal to the size.
trim(int) - Method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
Trims the backing array if it is too large.
trim(K[], int) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrays
Trims the given array to the given length.
TYPE_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
TYPE_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
TYPE_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 

U

unmodifiable(Char2ObjectFunction<V>) - Static method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(CharIterator) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharIterators
Returns an unmodifiable iterator backed by the specified iterator.
unmodifiable(CharBidirectionalIterator) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharIterators
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
unmodifiable(CharListIterator) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharIterators
Returns an unmodifiable list iterator backed by the specified list iterator.
unmodifiable(ObjectIterator<K>) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators
Returns an unmodifiable iterator backed by the specified iterator.
unmodifiable(ObjectBidirectionalIterator<K>) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
unmodifiable(ObjectListIterator<K>) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators
Returns an unmodifiable list iterator backed by the specified list iterator.
UnmodifiableBidirectionalIterator(CharBidirectionalIterator) - Constructor for class com.uwyn.jhighlight.fastutil.chars.CharIterators.UnmodifiableBidirectionalIterator
 
UnmodifiableBidirectionalIterator(ObjectBidirectionalIterator<K>) - Constructor for class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.UnmodifiableBidirectionalIterator
 
UnmodifiableFunction(Char2ObjectFunction<V>) - Constructor for class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
UnmodifiableIterator(CharIterator) - Constructor for class com.uwyn.jhighlight.fastutil.chars.CharIterators.UnmodifiableIterator
 
UnmodifiableIterator(ObjectIterator<K>) - Constructor for class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.UnmodifiableIterator
 
UnmodifiableListIterator(CharListIterator) - Constructor for class com.uwyn.jhighlight.fastutil.chars.CharIterators.UnmodifiableListIterator
 
UnmodifiableListIterator(ObjectListIterator<K>) - Constructor for class com.uwyn.jhighlight.fastutil.objects.ObjectIterators.UnmodifiableListIterator
 
unwrap(CharIterator, char[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharIterators
Unwraps an iterator into an array starting at a given offset for a given number of elements.
unwrap(CharIterator, char[]) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharIterators
Unwraps an iterator into an array.
unwrap(CharIterator, int) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharIterators
Unwraps an iterator, returning an array, with a limit on the number of elements.
unwrap(CharIterator) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharIterators
Unwraps an iterator, returning an array.
unwrap(CharIterator, CharCollection, int) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharIterators
Unwraps an iterator into a type-specific collection, with a limit on the number of elements.
unwrap(CharIterator, CharCollection) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharIterators
Unwraps an iterator into a type-specific collection.
unwrap(Iterator<? extends K>, K[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators
Unwraps an iterator into an array starting at a given offset for a given number of elements.
unwrap(Iterator<? extends K>, K[]) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators
Unwraps an iterator into an array.
unwrap(Iterator<? extends K>, int) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators
Unwraps an iterator, returning an array, with a limit on the number of elements.
unwrap(Iterator<? extends K>) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators
Unwraps an iterator, returning an array.
unwrap(Iterator<K>, ObjectCollection<? super K>, int) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators
Unwraps an iterator into a type-specific collection, with a limit on the number of elements.
unwrap(Iterator<K>, ObjectCollection<? super K>) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators
Unwraps an iterator into a type-specific collection.
used - Variable in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
The array telling whether a position is used.

V

value - Variable in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectMap.BasicEntry
 
value - Variable in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectFunctions.Singleton
 
value - Variable in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
The array of values.
values() - Method in class com.uwyn.jhighlight.fastutil.chars.AbstractChar2ObjectMap
Returns a type-specific-set view of the values of this map.
values() - Method in interface com.uwyn.jhighlight.fastutil.chars.Char2ObjectMap
Returns a set view of the values contained in this map.
values - Variable in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Cached collection of values.
values() - Method in class com.uwyn.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
 
VERY_FAST_LOAD_FACTOR - Static variable in interface com.uwyn.jhighlight.fastutil.Hash
The load factor for a (usually very small) table that is meant to be extremely fast.

W

wrap(char[], int) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
Wraps a given array into an array list of given size.
wrap(char[]) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharArrayList
Wraps a given array into an array list.
wrap(char[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharIterators
Wraps the given part of an array into a type-specific list iterator.
wrap(char[]) - Static method in class com.uwyn.jhighlight.fastutil.chars.CharIterators
Wraps the given array into a type-specific list iterator.
wrap(K[], int) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
Wraps a given array into an array list of given size.
wrap(K[]) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
Wraps a given array into an array list.
wrap(K[], int, int) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators
Wraps the given part of an array into a type-specific list iterator.
wrap(K[]) - Static method in class com.uwyn.jhighlight.fastutil.objects.ObjectIterators
Wraps the given array into a type-specific list iterator.
wrapped - Variable in class com.uwyn.jhighlight.fastutil.objects.ObjectArrayList
Whether the backing array was passed to wrap().

X

XHTML - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
XhtmlRenderer - Class in com.uwyn.jhighlight.renderer
Provides an abstract base class to perform source code to XHTML syntax highlighting.
XhtmlRenderer() - Constructor for class com.uwyn.jhighlight.renderer.XhtmlRenderer
 
XhtmlRendererFactory - Class in com.uwyn.jhighlight.renderer
Provides a single point of entry to instantiate Xhtml renderers.
XhtmlRendererFactory() - Constructor for class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
XML - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
XmlHighlighter - Class in com.uwyn.jhighlight.highlighter
This class is a scanner generated by JFlex 1.4.1 on 8/2/06 6:03 AM from the specification file com/uwyn/jhighlight/highlighter/XmlHighlighter.flex
XmlHighlighter() - Constructor for class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
XmlHighlighter(Reader) - Constructor for class com.uwyn.jhighlight.highlighter.XmlHighlighter
Creates a new scanner There is also a java.io.InputStream version of this constructor.
XmlHighlighter(InputStream) - Constructor for class com.uwyn.jhighlight.highlighter.XmlHighlighter
Creates a new scanner.
XmlXhtmlRenderer - Class in com.uwyn.jhighlight.renderer
Generates highlighted syntax in XHTML from XML source.
XmlXhtmlRenderer() - Constructor for class com.uwyn.jhighlight.renderer.XmlXhtmlRenderer
 

Y

yybegin(int) - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Enters a new lexical state
yybegin(int) - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Enters a new lexical state
yybegin(int) - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Enters a new lexical state
yybegin(int) - Method in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
Enters a new lexical state
yybegin(int) - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Enters a new lexical state
yycharat(int) - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Returns the character at position pos from the matched text.
yycharat(int) - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Returns the character at position pos from the matched text.
yycharat(int) - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Returns the character at position pos from the matched text.
yycharat(int) - Method in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
Returns the character at position pos from the matched text.
yycharat(int) - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Returns the character at position pos from the matched text.
yyclose() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Closes the input stream.
yyclose() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Closes the input stream.
yyclose() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Closes the input stream.
yyclose() - Method in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
Closes the input stream.
yyclose() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Closes the input stream.
YYEOF - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
This character denotes the end of file
YYEOF - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
This character denotes the end of file
YYEOF - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
This character denotes the end of file
YYEOF - Static variable in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
This character denotes the end of file
YYEOF - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
This character denotes the end of file
YYINITIAL - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
lexical states
YYINITIAL - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
YYINITIAL - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
lexical states
YYINITIAL - Static variable in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
lexical states
YYINITIAL - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
yylength() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Returns the length of the matched text region.
yylength() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Returns the length of the matched text region.
yylength() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Returns the length of the matched text region.
yylength() - Method in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
Returns the length of the matched text region.
yylength() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Returns the length of the matched text region.
yylex() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yypushback(int) - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Pushes the specified amount of characters back into the input stream.
yyreset(Reader) - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Resets the scanner to read from a new input stream.
yystate() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Returns the current lexical state.
yystate() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Returns the current lexical state.
yystate() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Returns the current lexical state.
yystate() - Method in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
Returns the current lexical state.
yystate() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Returns the current lexical state.
yytext() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Returns the text matched by the current regular expression.
yytext() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Returns the text matched by the current regular expression.
yytext() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Returns the text matched by the current regular expression.
yytext() - Method in class com.uwyn.jhighlight.highlighter.JavaScriptHighlighter
Returns the text matched by the current regular expression.
yytext() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Returns the text matched by the current regular expression.
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2011–2020. All rights reserved.