All Classes Interface Summary Class Summary Exception Summary
| Class |
Description |
| AbstractChar2ObjectFunction<V> |
An abstract class providing basic methods for functions implementing a type-specific interface.
|
| AbstractChar2ObjectMap<V> |
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| AbstractChar2ObjectMap.BasicEntry<V> |
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 |
|
| AbstractCharCollection |
An abstract class providing basic methods for collections implementing a type-specific interface.
|
| AbstractCharIterator |
An abstract class facilitating the creation of type-specific iterators.
|
| AbstractCharList |
An abstract class providing basic methods for lists implementing a type-specific list interface.
|
| AbstractCharList.CharSubList |
|
| AbstractCharListIterator |
An abstract class facilitating the creation of type-specific list iterators.
|
| AbstractCharSet |
An abstract class providing basic methods for sets implementing a type-specific interface.
|
| AbstractObjectBidirectionalIterator<K> |
|
| AbstractObjectCollection<K> |
An abstract class providing basic methods for collections implementing a type-specific interface.
|
| AbstractObjectIterator<K> |
An abstract class facilitating the creation of type-specific iterators.
|
| AbstractObjectList<K> |
An abstract class providing basic methods for lists implementing a type-specific list interface.
|
| AbstractObjectList.ObjectSubList<K> |
|
| AbstractObjectListIterator<K> |
An abstract class facilitating the creation of type-specific list iterators.
|
| AbstractObjectSet<K> |
An abstract class providing basic methods for sets implementing a type-specific interface.
|
| Arrays |
A class providing static methods and objects that do useful things with arrays.
|
| BidirectionalIterator<K> |
|
| BooleanArrays |
A class providing static methods and objects that do useful things with type-specific arrays.
|
| BooleanComparator |
A type-specific Comparator; provides methods to compare two primitive types both as objects
and as primitive types.
|
| Char2ObjectFunction<V> |
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
|
| Char2ObjectFunctions |
A class providing static methods and objects that do useful things with type-specific functions.
|
| Char2ObjectFunctions.EmptyFunction<V> |
An immutable class representing an empty type-specific function.
|
| Char2ObjectFunctions.Singleton<V> |
An immutable class representing a type-specific singleton function.
|
| Char2ObjectFunctions.SynchronizedFunction<V> |
A synchronized wrapper class for functions.
|
| Char2ObjectFunctions.UnmodifiableFunction<V> |
An unmodifiable wrapper class for functions.
|
| Char2ObjectMap<V> |
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> |
A type-specific Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.
|
| Char2ObjectMap.FastEntrySet<V> |
An entry set providing fast iteration.
|
| Char2ObjectOpenHashMap<V> |
A type-specific hash map with a fast, small-footprint implementation.
|
| CharArrayList |
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
|
| CharArrays |
A class providing static methods and objects that do useful things with type-specific arrays.
|
| CharBidirectionalIterator |
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
| CharCollection |
A type-specific Collection; provides some additional methods
that use polymorphism to avoid (un)boxing.
|
| CharComparator |
A type-specific Comparator; provides methods to compare two primitive types both as objects
and as primitive types.
|
| CharIterable |
|
| CharIterator |
A type-specific Iterator; provides an additional method to avoid (un)boxing, and
the possibility to skip elements.
|
| CharIterators |
A class providing static methods and objects that do useful things with type-specific iterators.
|
| CharIterators.EmptyIterator |
A class returning no elements and a type-specific iterator interface.
|
| CharIterators.UnmodifiableBidirectionalIterator |
An unmodifiable wrapper class for bidirectional iterators.
|
| CharIterators.UnmodifiableIterator |
An unmodifiable wrapper class for iterators.
|
| CharIterators.UnmodifiableListIterator |
An unmodifiable wrapper class for list iterators.
|
| CharList |
A type-specific List; provides some additional methods that use polymorphism to avoid (un)boxing.
|
| CharListIterator |
A type-specific bidirectional iterator that is also a ListIterator.
|
| CharSet |
A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.
|
| CharStack |
A type-specific Stack; provides some additional methods that use polymorphism to avoid (un)boxing.
|
| CppHighlighter |
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
|
| CppXhtmlRenderer |
Generates highlighted syntax in XHTML from Cpp source.
|
| ExceptionUtils |
Collection of utility methods to work with exceptions.
|
| ExplicitStateHighlighter |
Provides access to the lexical scanning of a highlighted language.
|
| FileUtils |
Collection of utility methods to work with files.
|
| FileUtilsErrorException |
Exception that will be trigger when unexpected errors occur during the
functionalities of the FileUtils class.
|
| Function<K,V> |
A function mapping keys into values.
|
| GroovyHighlighter |
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
|
| GroovyXhtmlRenderer |
Generates highlighted syntax in XHTML from Groovy source.
|
| Hash |
Basic data for all hash-based classes.
|
| Hash.Strategy<K> |
A generic hash strategy.
|
| HashCommon |
Common code for all hash-based classes.
|
| HighlightFilter |
A servlet filter that offers on-the-fly syntax highlighting for Java, HTML,
XHTML, XML and LZX files.
|
| IntArrays |
A class providing static methods and objects that do useful things with type-specific arrays.
|
| IntComparator |
A type-specific Comparator; provides methods to compare two primitive types both as objects
and as primitive types.
|
| JavaHighlighter |
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
|
| JavaScriptHighlighter |
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
|
| JavaScriptXhtmlRenderer |
Generates highlighted syntax in XHTML from Java source.
|
| JavaXhtmlRenderer |
Generates highlighted syntax in XHTML from Java source.
|
| JHighlight |
Provides console access to the source code syntax highlighting for Java,
HTML, XHTML, XML and LZX files.
|
| JHighlightVersion |
Provides acces to the version number of this JHighlight release.
|
| ObjectArrayList<K> |
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
|
| ObjectArrays |
A class providing static methods and objects that do useful things with type-specific arrays.
|
| ObjectBidirectionalIterator<K> |
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
| ObjectCollection<K> |
A type-specific Collection; provides some additional methods
that use polymorphism to avoid (un)boxing.
|
| ObjectIterable<K> |
|
| ObjectIterator<K> |
A type-specific Iterator; provides an additional method to avoid (un)boxing, and
the possibility to skip elements.
|
| ObjectIterators |
A class providing static methods and objects that do useful things with type-specific iterators.
|
| ObjectIterators.EmptyIterator<K> |
A class returning no elements and a type-specific iterator interface.
|
| ObjectIterators.UnmodifiableBidirectionalIterator<K> |
An unmodifiable wrapper class for bidirectional iterators.
|
| ObjectIterators.UnmodifiableIterator<K> |
An unmodifiable wrapper class for iterators.
|
| ObjectIterators.UnmodifiableListIterator<K> |
An unmodifiable wrapper class for list iterators.
|
| ObjectList<K> |
A type-specific List; provides some additional methods that use polymorphism to avoid (un)boxing.
|
| ObjectListIterator<K> |
A type-specific bidirectional iterator that is also a ListIterator.
|
| ObjectSet<K> |
A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.
|
| Renderer |
Deprecated. |
| Renderer |
Provides interface to render the source code highlighting.
|
| Stack<K> |
A stack.
|
| StringUtils |
General purpose class containing common String manipulation
methods.
|
| Swapper |
An object that can swap elements whose position is specified by integers
|
| XhtmlRenderer |
Provides an abstract base class to perform source code to XHTML syntax
highlighting.
|
| XhtmlRendererFactory |
Deprecated. |
| XhtmlRendererFactory |
Provides a single point of entry to instantiate Xhtml renderers.
|
| XmlHighlighter |
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
|
| XmlXhtmlRenderer |
Generates highlighted syntax in XHTML from XML source.
|