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 
All Classes All Packages

A

a - Variable in class org.codelibs.jhighlight.fastutil.chars.CharArrayList
The backing array.
a - Variable in class org.codelibs.jhighlight.fastutil.objects.ObjectArrayList
The backing array.
AbstractChar2ObjectFunction<V> - Class in org.codelibs.jhighlight.fastutil.chars
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractChar2ObjectFunction() - Constructor for class org.codelibs.jhighlight.fastutil.chars.AbstractChar2ObjectFunction
 
AbstractChar2ObjectMap<V> - Class in org.codelibs.jhighlight.fastutil.chars
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractChar2ObjectMap() - Constructor for class org.codelibs.jhighlight.fastutil.chars.AbstractChar2ObjectMap
 
AbstractChar2ObjectMap.BasicEntry<V> - Class in org.codelibs.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 org.codelibs.jhighlight.fastutil.chars
An abstract class facilitating the creation of type-specific bidirectional iterators.
AbstractCharBidirectionalIterator() - Constructor for class org.codelibs.jhighlight.fastutil.chars.AbstractCharBidirectionalIterator
 
AbstractCharCollection - Class in org.codelibs.jhighlight.fastutil.chars
An abstract class providing basic methods for collections implementing a type-specific interface.
AbstractCharCollection() - Constructor for class org.codelibs.jhighlight.fastutil.chars.AbstractCharCollection
 
AbstractCharIterator - Class in org.codelibs.jhighlight.fastutil.chars
An abstract class facilitating the creation of type-specific iterators.
AbstractCharIterator() - Constructor for class org.codelibs.jhighlight.fastutil.chars.AbstractCharIterator
 
AbstractCharList - Class in org.codelibs.jhighlight.fastutil.chars
An abstract class providing basic methods for lists implementing a type-specific list interface.
AbstractCharList() - Constructor for class org.codelibs.jhighlight.fastutil.chars.AbstractCharList
 
AbstractCharList.CharSubList - Class in org.codelibs.jhighlight.fastutil.chars
 
AbstractCharListIterator - Class in org.codelibs.jhighlight.fastutil.chars
An abstract class facilitating the creation of type-specific list iterators.
AbstractCharListIterator() - Constructor for class org.codelibs.jhighlight.fastutil.chars.AbstractCharListIterator
 
AbstractCharSet - Class in org.codelibs.jhighlight.fastutil.chars
An abstract class providing basic methods for sets implementing a type-specific interface.
AbstractCharSet() - Constructor for class org.codelibs.jhighlight.fastutil.chars.AbstractCharSet
 
AbstractObjectBidirectionalIterator<K> - Class in org.codelibs.jhighlight.fastutil.objects
An abstract class facilitating the creation of type-specific bidirectional iterators.
AbstractObjectBidirectionalIterator() - Constructor for class org.codelibs.jhighlight.fastutil.objects.AbstractObjectBidirectionalIterator
 
AbstractObjectCollection<K> - Class in org.codelibs.jhighlight.fastutil.objects
An abstract class providing basic methods for collections implementing a type-specific interface.
AbstractObjectCollection() - Constructor for class org.codelibs.jhighlight.fastutil.objects.AbstractObjectCollection
 
AbstractObjectIterator<K> - Class in org.codelibs.jhighlight.fastutil.objects
An abstract class facilitating the creation of type-specific iterators.
AbstractObjectIterator() - Constructor for class org.codelibs.jhighlight.fastutil.objects.AbstractObjectIterator
 
AbstractObjectList<K> - Class in org.codelibs.jhighlight.fastutil.objects
An abstract class providing basic methods for lists implementing a type-specific list interface.
AbstractObjectList() - Constructor for class org.codelibs.jhighlight.fastutil.objects.AbstractObjectList
 
AbstractObjectList.ObjectSubList<K> - Class in org.codelibs.jhighlight.fastutil.objects
 
AbstractObjectListIterator<K> - Class in org.codelibs.jhighlight.fastutil.objects
An abstract class facilitating the creation of type-specific list iterators.
AbstractObjectListIterator() - Constructor for class org.codelibs.jhighlight.fastutil.objects.AbstractObjectListIterator
 
AbstractObjectSet<K> - Class in org.codelibs.jhighlight.fastutil.objects
An abstract class providing basic methods for sets implementing a type-specific interface.
AbstractObjectSet() - Constructor for class org.codelibs.jhighlight.fastutil.objects.AbstractObjectSet
 
add(char) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharCollection
 
add(char) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharList
 
add(char) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
add(char) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharListIterator
This method just throws an UnsupportedOperationException.
add(char) - Method in class org.codelibs.jhighlight.fastutil.chars.CharArrayList
 
add(char) - Method in interface org.codelibs.jhighlight.fastutil.chars.CharCollection
 
add(char) - Method in interface org.codelibs.jhighlight.fastutil.chars.CharList
 
add(char) - Method in interface org.codelibs.jhighlight.fastutil.chars.CharListIterator
 
add(int, char) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharList
 
add(int, char) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
add(int, char) - Method in class org.codelibs.jhighlight.fastutil.chars.CharArrayList
 
add(int, char) - Method in interface org.codelibs.jhighlight.fastutil.chars.CharList
 
add(int, Character) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharList
Delegates to the corresponding type-specific method.
add(int, K) - Method in class org.codelibs.jhighlight.fastutil.objects.AbstractObjectList
 
add(int, K) - Method in class org.codelibs.jhighlight.fastutil.objects.AbstractObjectList.ObjectSubList
 
add(int, K) - Method in class org.codelibs.jhighlight.fastutil.objects.ObjectArrayList
 
add(Character) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharCollection
Delegates to the corresponding type-specific method.
add(Character) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharListIterator
Delegates to the corresponding type-specific method.
add(K) - Method in class org.codelibs.jhighlight.fastutil.objects.AbstractObjectCollection
 
add(K) - Method in class org.codelibs.jhighlight.fastutil.objects.AbstractObjectList
 
add(K) - Method in class org.codelibs.jhighlight.fastutil.objects.AbstractObjectList.ObjectSubList
 
add(K) - Method in class org.codelibs.jhighlight.fastutil.objects.AbstractObjectListIterator
This method just throws an UnsupportedOperationException.
add(K) - Method in class org.codelibs.jhighlight.fastutil.objects.ObjectArrayList
 
addAll(int, Collection<? extends Character>) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharList
 
addAll(int, Collection<? extends Character>) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
addAll(int, Collection<? extends K>) - Method in class org.codelibs.jhighlight.fastutil.objects.AbstractObjectList
 
addAll(int, Collection<? extends K>) - Method in class org.codelibs.jhighlight.fastutil.objects.AbstractObjectList.ObjectSubList
 
addAll(int, CharCollection) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharList
Delegates to a more generic method.
addAll(int, CharCollection) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
addAll(int, CharCollection) - Method in class org.codelibs.jhighlight.fastutil.chars.CharArrayList
 
addAll(int, CharCollection) - Method in interface org.codelibs.jhighlight.fastutil.chars.CharList
 
addAll(int, CharList) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharList
Delegates to a more generic method.
addAll(int, CharList) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
addAll(int, CharList) - Method in class org.codelibs.jhighlight.fastutil.chars.CharArrayList
 
addAll(int, CharList) - Method in interface org.codelibs.jhighlight.fastutil.chars.CharList
 
addAll(Collection<? extends Character>) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharCollection
Adds all elements of the given collection to this collection.
addAll(Collection<? extends Character>) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharList
Delegates to a more generic method.
addAll(Collection<? extends K>) - Method in class org.codelibs.jhighlight.fastutil.objects.AbstractObjectCollection
Adds all elements of the given collection to this collection.
addAll(Collection<? extends K>) - Method in class org.codelibs.jhighlight.fastutil.objects.AbstractObjectList
Delegates to a more generic method.
addAll(CharCollection) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharCollection
Adds all elements of the given type-specific collection to this collection.
addAll(CharCollection) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharList
 
addAll(CharCollection) - Method in interface org.codelibs.jhighlight.fastutil.chars.CharCollection
 
addAll(CharList) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharList
 
addAll(CharList) - Method in interface org.codelibs.jhighlight.fastutil.chars.CharList
 
addElements(int, char[]) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharList
 
addElements(int, char[]) - Method in interface org.codelibs.jhighlight.fastutil.chars.CharList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, char[], int, int) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharList
Adds elements to this type-specific list one-by-one.
addElements(int, char[], int, int) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharList.CharSubList
 
addElements(int, char[], int, int) - Method in class org.codelibs.jhighlight.fastutil.chars.CharArrayList
Adds elements to this type-specific list using optimized system calls.
addElements(int, char[], int, int) - Method in interface org.codelibs.jhighlight.fastutil.chars.CharList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, K[]) - Method in class org.codelibs.jhighlight.fastutil.objects.AbstractObjectList
 
addElements(int, K[]) - Method in interface org.codelibs.jhighlight.fastutil.objects.ObjectList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, K[], int, int) - Method in class org.codelibs.jhighlight.fastutil.objects.AbstractObjectList
Adds elements to this type-specific list one-by-one.
addElements(int, K[], int, int) - Method in class org.codelibs.jhighlight.fastutil.objects.AbstractObjectList.ObjectSubList
 
addElements(int, K[], int, int) - Method in class org.codelibs.jhighlight.fastutil.objects.ObjectArrayList
Adds elements to this type-specific list using optimized system calls.
addElements(int, K[], int, int) - Method in interface org.codelibs.jhighlight.fastutil.objects.ObjectList
Add (hopefully quickly) elements to this type-specific list.
Arrays - Class in org.codelibs.jhighlight.fastutil
A class providing static methods and objects that do useful things with arrays.
arraySize(int, float) - Static method in class org.codelibs.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 org.codelibs.jhighlight.fastutil.chars.CharIterators
Wraps a standard iterator into a type-specific iterator.
asCharIterator(ListIterator) - Static method in class org.codelibs.jhighlight.fastutil.chars.CharIterators
Wraps a standard list iterator into a type-specific list iterator.
asObjectIterator(Iterator<K>) - Static method in class org.codelibs.jhighlight.fastutil.objects.ObjectIterators
Wraps a standard iterator into a type-specific iterator.
asObjectIterator(ListIterator<K>) - Static method in class org.codelibs.jhighlight.fastutil.objects.ObjectIterators
Wraps a standard list iterator into a type-specific list iterator.
ASSERT_IS_KEYWORD - Static variable in class org.codelibs.jhighlight.highlighter.JavaHighlighter
 
ATTRIBUTE_NAME - Static variable in class org.codelibs.jhighlight.highlighter.XmlHighlighter
 
ATTRIBUTE_VALUE - Static variable in class org.codelibs.jhighlight.highlighter.XmlHighlighter
 

B

back(int) - Method in class org.codelibs.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 org.codelibs.jhighlight.fastutil.chars.CharBidirectionalIterator
Moves back for the given number of elements.
back(int) - Method in class org.codelibs.jhighlight.fastutil.chars.CharIterators.EmptyIterator
 
back(int) - Method in class org.codelibs.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 org.codelibs.jhighlight.fastutil.objects.ObjectBidirectionalIterator
Moves back for the given number of elements.
back(int) - Method in class org.codelibs.jhighlight.fastutil.objects.ObjectIterators.EmptyIterator
 
BasicEntry(char, V) - Constructor for class org.codelibs.jhighlight.fastutil.chars.AbstractChar2ObjectMap.BasicEntry
 
BasicEntry(Character, V) - Constructor for class org.codelibs.jhighlight.fastutil.chars.AbstractChar2ObjectMap.BasicEntry
 
BEANSHELL - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
Deprecated.
 
BEANSHELL - Static variable in class org.codelibs.jhighlight.renderer.XhtmlRendererFactory
 
BidirectionalIterator<K> - Interface in org.codelibs.jhighlight.fastutil
A bidirectional Iterator.
bigArraySize(long, float) - Static method in class org.codelibs.jhighlight.fastutil.HashCommon
Returns the least power of two larger than or equal to Math.ceil( expected / f ).
binarySearch(char[], char) - Static method in class org.codelibs.jhighlight.fastutil.chars.CharArrays
Searches an array for the specified value using the binary search algorithm.
binarySearch(char[], char, CharComparator) - Static method in class org.codelibs.jhighlight.fastutil.chars.CharArrays
Searches an array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(char[], int, int, char) - Static method in class org.codelibs.jhighlight.fastutil.chars.CharArrays
Searches a range of the specified array for the specified value using the binary search algorithm.
binarySearch(char[], int, int, char, CharComparator) - Static method in class org.codelibs.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(int[], int) - Static method in class org.codelibs.jhighlight.fastutil.ints.IntArrays
Searches an array for the specified value using the binary search algorithm.
binarySearch(int[], int, int, int) - Static method in class org.codelibs.jhighlight.fastutil.ints.IntArrays
Searches a range of the specified array for the specified value using the binary search algorithm.
binarySearch(int[], int, int, int, IntComparator) - Static method in class org.codelibs.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 org.codelibs.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 org.codelibs.jhighlight.fastutil.objects.ObjectArrays
Searches a range of the specified array for the specified value using the binary search algorithm.
binarySearch(K[], int, int, K, Comparator<K>) - Static method in class org.codelibs.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) - Static method in class org.codelibs.jhighlight.fastutil.objects.ObjectArrays
Searches an array for the specified value using the binary search algorithm.
binarySearch(K[], K, Comparator<K>) - Static method in class org.codelibs.jhighlight.fastutil.objects.ObjectArrays
Searches an array for the specified value using the binary search algorithm and a specified comparator.
BooleanArrays - Class in org.codelibs.jhighlight.fastutil.booleans
A class providing static methods and objects that do useful things with type-specific arrays.
BooleanComparator - Interface in org.codelibs.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
Deprecated.
 
BSH - Static variable in class org.codelibs.jhighlight.renderer.XhtmlRendererFactory
 

C

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

D

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

E

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

F

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

G

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

H

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

I

i - Variable in class org.codelibs.jhighlight.fastutil.chars.CharIterators.UnmodifiableBidirectionalIterator
 
i - Variable in class org.codelibs.jhighlight.fastutil.chars.CharIterators.UnmodifiableIterator
 
i - Variable in class org.codelibs.jhighlight.fastutil.chars.CharIterators.UnmodifiableListIterator
 
i - Variable in class org.codelibs.jhighlight.fastutil.objects.ObjectIterators.UnmodifiableBidirectionalIterator
 
i - Variable in class org.codelibs.jhighlight.fastutil.objects.ObjectIterators.UnmodifiableIterator
 
i - Variable in class org.codelibs.jhighlight.fastutil.objects.ObjectIterators.UnmodifiableListIterator
 
IN_CDATA_SECTION - Static variable in class org.codelibs.jhighlight.highlighter.XmlHighlighter
 
IN_COMMENT - Static variable in class org.codelibs.jhighlight.highlighter.CppHighlighter
 
IN_COMMENT - Static variable in class org.codelibs.jhighlight.highlighter.GroovyHighlighter
 
IN_COMMENT - Static variable in class org.codelibs.jhighlight.highlighter.JavaHighlighter
 
IN_COMMENT - Static variable in class org.codelibs.jhighlight.highlighter.JavaScriptHighlighter
 
IN_COMMENT - Static variable in class org.codelibs.jhighlight.highlighter.XmlHighlighter
 
IN_DOUBLE_QUOTE_STRING - Static variable in class org.codelibs.jhighlight.highlighter.XmlHighlighter
 
IN_DOXYGEN_COMMENT - Static variable in class org.codelibs.jhighlight.highlighter.CppHighlighter
 
IN_HEREDOC - Static variable in class org.codelibs.jhighlight.highlighter.GroovyHighlighter
lexical states
IN_JAVA_DOC_COMMENT - Static variable in class org.codelibs.jhighlight.highlighter.GroovyHighlighter
 
IN_JAVA_DOC_COMMENT - Static variable in class org.codelibs.jhighlight.highlighter.JavaHighlighter
 
IN_PROCESSING_INSTRUCTION - Static variable in class org.codelibs.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_NAME - Static variable in class org.codelibs.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_NAME_QUOTED - Static variable in class org.codelibs.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_NAME_SINGLEQUOTED - Static variable in class org.codelibs.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_TAG_COMMENT - Static variable in class org.codelibs.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_TAG_COMPACT - Static variable in class org.codelibs.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_TAG_REGULAR - Static variable in class org.codelibs.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_TAG_VELOCITY - Static variable in class org.codelibs.jhighlight.highlighter.XmlHighlighter
 
IN_SINGLE_QUOTE_STRING - Static variable in class org.codelibs.jhighlight.highlighter.XmlHighlighter
 
IN_TAG - Static variable in class org.codelibs.jhighlight.highlighter.XmlHighlighter
 
indexOf(char) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharList
 
indexOf(char) - Method in class org.codelibs.jhighlight.fastutil.chars.CharArrayList
 
indexOf(char) - Method in interface org.codelibs.jhighlight.fastutil.chars.CharList
 
indexOf(Object) - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharList
Delegates to the corresponding type-specific method.
indexOf(Object) - Method in class org.codelibs.jhighlight.fastutil.objects.AbstractObjectList
 
indexOf(Object) - Method in class org.codelibs.jhighlight.fastutil.objects.ObjectArrayList
 
init(FilterConfig) - Method in class org.codelibs.jhighlight.servlet.HighlightFilter
 
IntArrays - Class in org.codelibs.jhighlight.fastutil.ints
A class providing static methods and objects that do useful things with type-specific arrays.
IntComparator - Interface in org.codelibs.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 org.codelibs.jhighlight.fastutil.chars.AbstractChar2ObjectMap
 
isEmpty() - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharCollection
 
isEmpty() - Method in class org.codelibs.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
 
isEmpty() - Method in class org.codelibs.jhighlight.fastutil.chars.CharArrayList
 
isEmpty() - Method in class org.codelibs.jhighlight.fastutil.objects.AbstractObjectCollection
 
isEmpty() - Method in class org.codelibs.jhighlight.fastutil.objects.ObjectArrayList
 
isEmpty() - Method in interface org.codelibs.jhighlight.fastutil.Stack
Checks whether the stack is empty.
iterator() - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharCollection
 
iterator() - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharList
 
iterator() - Method in class org.codelibs.jhighlight.fastutil.chars.AbstractCharSet
 
iterator() - Method in interface org.codelibs.jhighlight.fastutil.chars.CharCollection
Returns a type-specific iterator on the elements of this collection.
iterator() - Method in interface org.codelibs.jhighlight.fastutil.chars.CharIterable
Returns a type-specific iterator.
iterator() - Method in interface org.codelibs.jhighlight.fastutil.chars.CharList
Returns a type-specific iterator on the elements of this list (in proper sequence).
iterator() - Method in interface org.codelibs.jhighlight.fastutil.chars.CharSet
Returns a type-specific iterator on the elements of this set.
iterator() - Method in class org.codelibs.jhighlight.fastutil.objects.AbstractObjectCollection
 
iterator() - Method in class org.codelibs.jhighlight.fastutil.objects.AbstractObjectList
 
iterator() - Method in class org.codelibs.jhighlight.fastutil.objects.AbstractObjectSet
 
iterator() - Method in interface org.codelibs.jhighlight.fastutil.objects.ObjectCollection
Returns a type-specific iterator on the elements of this collection.
iterator() - Method in interface org.codelibs.jhighlight.fastutil.objects.ObjectIterable
Returns a type-specific iterator.
iterator() - Method in interface org.codelibs.jhighlight.fastutil.objects.ObjectList
Returns a type-specific iterator on the elements of this list (in proper sequence).
iterator() - Method in interface org.codelibs.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
Deprecated.
 
JAVA - Static variable in class org.codelibs.jhighlight.renderer.XhtmlRendererFactory
 
JAVA_COMMENT_STYLE - Static variable in class org.codelibs.jhighlight.highlighter.GroovyHighlighter
 
JAVA_COMMENT_STYLE - Static variable in class org.codelibs.jhighlight.highlighter.JavaHighlighter
 
JAVA_COMMENT_STYLE - Static variable in class org.codelibs.jhighlight.highlighter.JavaScriptHighlighter
 
JAVADOC_COMMENT_STYLE - Static variable in class org.codelibs.jhighlight.highlighter.GroovyHighlighter
 
JAVADOC_COMMENT_STYLE - Static variable in class org.codelibs.jhighlight.highlighter.JavaHighlighter
 
JAVADOC_TAG_STYLE - Static variable in class org.codelibs.jhighlight.highlighter.GroovyHighlighter
 
JAVADOC_TAG_STYLE - Static variable in class org.codelibs.jhighlight.highlighter.JavaHighlighter
 
JavaHighlighter - Class in org.codelibs.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 org.codelibs.jhighlight.highlighter.JavaHighlighter
 
JavaHighlighter(InputStream) - Constructor for class org.codelibs.jhighlight.highlighter.JavaHighlighter
Creates a new scanner.
JavaHighlighter(Reader) - Constructor for class org.codelibs.jhighlight.highlighter.JavaHighlighter
Creates a new scanner There is also a java.io.InputStream version of this constructor.
JavaScriptHighlighter - Class in org.codelibs.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 org.codelibs.jhighlight.highlighter.JavaScriptHighlighter
 
JavaScriptHighlighter(InputStream) - Constructor for class org.codelibs.jhighlight.highlighter.JavaScriptHighlighter
Creates a new scanner.
JavaScriptHighlighter(Reader) - Constructor for class org.codelibs.jhighlight.highlighter.JavaScriptHighlighter
Creates a new scanner There is also a java.io.InputStream version of this constructor.
JavaScriptXhtmlRenderer - Class in org.codelibs.jhighlight.renderer
Generates highlighted syntax in XHTML from Java source.
JavaScriptXhtmlRenderer() - Constructor for class org.codelibs.jhighlight.renderer.JavaScriptXhtmlRenderer
 
JavaXhtmlRenderer - Class in org.codelibs.jhighlight.renderer
Generates highlighted syntax in XHTML from Java source.
JavaXhtmlRenderer() - Constructor for class org.codelibs.jhighlight.renderer.JavaXhtmlRenderer
 
JHighlight - Class in org.codelibs.jhighlight
Provides console access to the source code syntax highlighting for Java, HTML, XHTML, XML and LZX files.
JHighlight() - Constructor for class org.codelibs.jhighlight.JHighlight
 
JHighlightVersion - Class in org.codelibs.jhighlight
Provides acces to the version number of this JHighlight release.

K

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

L

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

M

main(String[]) - Static method in class org.codelibs.jhighlight.JHighlight
 
mask - Variable in class org.codelibs.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
The mask for wrapping a position counter.
MAX_ARRAY_SIZE - Static variable in class org.codelibs.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 org.codelibs.jhighlight.fastutil.chars.Char2ObjectOpenHashMap
Threshold after which we rehash.
maxFill(int, float) - Static method in class org.codelibs.jhighlight.fastutil.HashCommon
Returns the maximum number of entries that can be filled before rehashing.
maxFill(long, float) - Static method in class org.codelibs.jhighlight.fastutil.HashCommon
Returns the maximum number of entries that can be filled before rehashing.
mergeSort(boolean[]) - Static method in class org.codelibs.jhighlight.fastutil.booleans.BooleanArrays
Sorts an array according to the natural ascending order using mergesort.
mergeSort(boolean[], int, int) - Static method in class org.codelibs.jhighlight.fastutil.booleans.BooleanArrays
Sorts the specified range of elements according to the natural ascending order using mergesort.
mergeSort(boolean[], int, int, boolean[]) - Static method in class org.codelibs.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, BooleanComparator) - Static method in class org.codelibs.jhighlight.fastutil.booleans.BooleanArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
mergeSort(boolean[], int, int, BooleanComparator, boolean[]) - Static method in class org.codelibs.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[], BooleanComparator) - Static method in class org.codelibs.jhighlight.fastutil.booleans.BooleanArrays
Sorts an array according to the order induced by the specified comparator using mergesort.
mergeSort(char[]) - Static method in class org.codelibs.jhighlight.fastutil.chars.CharArrays
Sorts an array according to the natural ascending order using mergesort.
mergeSort(char[], int, int) - Static method in class org.codelibs.jhighlight.fastutil.chars.CharArrays
Sorts the specified range of elements according to the natural ascending order using mergesort.
mergeSort(char[], int, int, char[]) - Static method in class org.codelibs.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, CharComparator) - Static method in class org.codelibs.jhighlight.fastutil.chars.CharArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
mergeSort(char[], int, int, CharComparator, char[]) - Static method in class org.codelibs.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[], CharComparator) - Static method in class org.codelibs.jhighlight.fastutil.chars.CharArrays
Sorts an array according to the order induced by the specified comparator using mergesort.
mergeSort(int[]) - Static method in class org.codelibs.jhighlight.fastutil.ints.IntArrays
Sorts an array according to the natural ascending order using mergesort.
mergeSort(int[], int, int) - Static method in class org.codelibs.jhighlight.fastutil.ints.IntArrays
Sorts the specified range of elements according to the natural ascending order using mergesort.
mergeSort(int[], int, int, int[]) - Static method in class org.codelibs.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, IntComparator) - Static method in class org.codelibs.jhighlight.fastutil.ints.IntArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
mergeSort(int[], int, int, IntComparator, int[]) - Static method in class org.codelibs.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[], IntComparator) - Static method in class org.codelibs.jhighlight.fastutil.ints.IntArrays
Sorts an array according to the order induced by the specified comparator using mergesort.
mergeSort(int, int, IntComparator, Swapper) - Static method in class org.codelibs.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(K[]) - Static method in class org.codelibs.jhighlight.fastutil.objects.ObjectArrays
Sorts an array according to the natural ascending order using mergesort.
mergeSort(K[], int, int) - Static method in class org.codelibs.jhighlight.fastutil.objects.ObjectArrays
Sorts the specified range of elements according to the natural ascending order using mergesort.
mergeSort(K[], int, int, Comparator<K>) - Static method in class org.codelibs.jhighlight.fastutil.objects.ObjectArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
mergeSort(K[], int, int, Comparator<K>, K[]) - Static method in class org.codelibs.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, K[]) - Static method in class org.codelibs.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[], Comparator<K>) - Static method in class org.codelibs.jhighlight.fastutil.objects.ObjectArrays
Sorts an array according to the order induced by the specified comparator using mergesort.
murmurHash3(int) - Static method in class org.codelibs.jhighlight.fastutil.HashCommon
Avalanches the bits of an integer by applying the finalisation step of MurmurHash3.
murmurHash3(long) - Static method in class org.codelibs.jhighlight.fastutil.HashCommon
Avalanches the bits of a long integer by applying the finalisation step of MurmurHash3.

N

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

O

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

P

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

Q

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

R

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

S

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

T

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

U

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

V

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

W

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

X

XHTML - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
Deprecated.
 
XHTML - Static variable in class org.codelibs.jhighlight.renderer.XhtmlRendererFactory
 
XhtmlRenderer - Class in org.codelibs.jhighlight.renderer
Provides an abstract base class to perform source code to XHTML syntax highlighting.
XhtmlRenderer() - Constructor for class org.codelibs.jhighlight.renderer.XhtmlRenderer
 
XhtmlRendererFactory - Class in com.uwyn.jhighlight.renderer
Deprecated.
XhtmlRendererFactory - Class in org.codelibs.jhighlight.renderer
Provides a single point of entry to instantiate Xhtml renderers.
XhtmlRendererFactory() - Constructor for class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
Deprecated.
 
XhtmlRendererFactory() - Constructor for class org.codelibs.jhighlight.renderer.XhtmlRendererFactory
 
XML - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
Deprecated.
 
XML - Static variable in class org.codelibs.jhighlight.renderer.XhtmlRendererFactory
 
XmlHighlighter - Class in org.codelibs.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 org.codelibs.jhighlight.highlighter.XmlHighlighter
 
XmlHighlighter(InputStream) - Constructor for class org.codelibs.jhighlight.highlighter.XmlHighlighter
Creates a new scanner.
XmlHighlighter(Reader) - Constructor for class org.codelibs.jhighlight.highlighter.XmlHighlighter
Creates a new scanner There is also a java.io.InputStream version of this constructor.
XmlXhtmlRenderer - Class in org.codelibs.jhighlight.renderer
Generates highlighted syntax in XHTML from XML source.
XmlXhtmlRenderer() - Constructor for class org.codelibs.jhighlight.renderer.XmlXhtmlRenderer
 

Y

yybegin(int) - Method in class org.codelibs.jhighlight.highlighter.CppHighlighter
Enters a new lexical state
yybegin(int) - Method in class org.codelibs.jhighlight.highlighter.GroovyHighlighter
Enters a new lexical state
yybegin(int) - Method in class org.codelibs.jhighlight.highlighter.JavaHighlighter
Enters a new lexical state
yybegin(int) - Method in class org.codelibs.jhighlight.highlighter.JavaScriptHighlighter
Enters a new lexical state
yybegin(int) - Method in class org.codelibs.jhighlight.highlighter.XmlHighlighter
Enters a new lexical state
yycharat(int) - Method in class org.codelibs.jhighlight.highlighter.CppHighlighter
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.codelibs.jhighlight.highlighter.GroovyHighlighter
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.codelibs.jhighlight.highlighter.JavaHighlighter
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.codelibs.jhighlight.highlighter.JavaScriptHighlighter
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.codelibs.jhighlight.highlighter.XmlHighlighter
Returns the character at position pos from the matched text.
yyclose() - Method in class org.codelibs.jhighlight.highlighter.CppHighlighter
Closes the input stream.
yyclose() - Method in class org.codelibs.jhighlight.highlighter.GroovyHighlighter
Closes the input stream.
yyclose() - Method in class org.codelibs.jhighlight.highlighter.JavaHighlighter
Closes the input stream.
yyclose() - Method in class org.codelibs.jhighlight.highlighter.JavaScriptHighlighter
Closes the input stream.
yyclose() - Method in class org.codelibs.jhighlight.highlighter.XmlHighlighter
Closes the input stream.
YYEOF - Static variable in class org.codelibs.jhighlight.highlighter.CppHighlighter
This character denotes the end of file
YYEOF - Static variable in class org.codelibs.jhighlight.highlighter.GroovyHighlighter
This character denotes the end of file
YYEOF - Static variable in class org.codelibs.jhighlight.highlighter.JavaHighlighter
This character denotes the end of file
YYEOF - Static variable in class org.codelibs.jhighlight.highlighter.JavaScriptHighlighter
This character denotes the end of file
YYEOF - Static variable in class org.codelibs.jhighlight.highlighter.XmlHighlighter
This character denotes the end of file
YYINITIAL - Static variable in class org.codelibs.jhighlight.highlighter.CppHighlighter
lexical states
YYINITIAL - Static variable in class org.codelibs.jhighlight.highlighter.GroovyHighlighter
 
YYINITIAL - Static variable in class org.codelibs.jhighlight.highlighter.JavaHighlighter
lexical states
YYINITIAL - Static variable in class org.codelibs.jhighlight.highlighter.JavaScriptHighlighter
lexical states
YYINITIAL - Static variable in class org.codelibs.jhighlight.highlighter.XmlHighlighter
 
yylength() - Method in class org.codelibs.jhighlight.highlighter.CppHighlighter
Returns the length of the matched text region.
yylength() - Method in class org.codelibs.jhighlight.highlighter.GroovyHighlighter
Returns the length of the matched text region.
yylength() - Method in class org.codelibs.jhighlight.highlighter.JavaHighlighter
Returns the length of the matched text region.
yylength() - Method in class org.codelibs.jhighlight.highlighter.JavaScriptHighlighter
Returns the length of the matched text region.
yylength() - Method in class org.codelibs.jhighlight.highlighter.XmlHighlighter
Returns the length of the matched text region.
yylex() - Method in class org.codelibs.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 org.codelibs.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 org.codelibs.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 org.codelibs.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 org.codelibs.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 org.codelibs.jhighlight.highlighter.CppHighlighter
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.codelibs.jhighlight.highlighter.GroovyHighlighter
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.codelibs.jhighlight.highlighter.JavaHighlighter
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.codelibs.jhighlight.highlighter.JavaScriptHighlighter
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.codelibs.jhighlight.highlighter.XmlHighlighter
Pushes the specified amount of characters back into the input stream.
yyreset(Reader) - Method in class org.codelibs.jhighlight.highlighter.CppHighlighter
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.codelibs.jhighlight.highlighter.GroovyHighlighter
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.codelibs.jhighlight.highlighter.JavaHighlighter
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.codelibs.jhighlight.highlighter.JavaScriptHighlighter
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.codelibs.jhighlight.highlighter.XmlHighlighter
Resets the scanner to read from a new input stream.
yystate() - Method in class org.codelibs.jhighlight.highlighter.CppHighlighter
Returns the current lexical state.
yystate() - Method in class org.codelibs.jhighlight.highlighter.GroovyHighlighter
Returns the current lexical state.
yystate() - Method in class org.codelibs.jhighlight.highlighter.JavaHighlighter
Returns the current lexical state.
yystate() - Method in class org.codelibs.jhighlight.highlighter.JavaScriptHighlighter
Returns the current lexical state.
yystate() - Method in class org.codelibs.jhighlight.highlighter.XmlHighlighter
Returns the current lexical state.
yytext() - Method in class org.codelibs.jhighlight.highlighter.CppHighlighter
Returns the text matched by the current regular expression.
yytext() - Method in class org.codelibs.jhighlight.highlighter.GroovyHighlighter
Returns the text matched by the current regular expression.
yytext() - Method in class org.codelibs.jhighlight.highlighter.JavaHighlighter
Returns the text matched by the current regular expression.
yytext() - Method in class org.codelibs.jhighlight.highlighter.JavaScriptHighlighter
Returns the text matched by the current regular expression.
yytext() - Method in class org.codelibs.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 
All Classes All Packages