Class and Description |
---|
LightWeightLinkedSet
A low memory linked hash set implementation, which uses an array for storing
the elements and linked lists for collision resolution.
|
Class and Description |
---|
Canceler
Provides a simple interface where one thread can mark an operation
for cancellation, and another thread can poll for whether the
cancellation has occurred.
|
DataTransferThrottler
a class to throttle the data transfers.
|
Diff.Element
An interface for the elements in a
Diff . |
EnumCounters
Counters for an enum type.
|
EnumCounters.Map
A key-value map which maps the keys to
EnumCounters . |
ReadOnlyList
A
ReadOnlyList is a unmodifiable list,
which supports read-only operations. |
RwLock
Read-write lock interface.
|
XMLUtils.InvalidXmlException
Exception that reflects an invalid XML document.
|
XMLUtils.Stanza
Represents a bag of key-value pairs encountered during parsing an XML
file.
|
Class and Description |
---|
Diff.Element
An interface for the elements in a
Diff . |
ReadOnlyList
A
ReadOnlyList is a unmodifiable list,
which supports read-only operations. |
Class and Description |
---|
Diff
The difference between the current state and a previous state of a list.
|
Diff.Container
Containing exactly one element.
|
Diff.Element
An interface for the elements in a
Diff . |
Diff.ListType |
Diff.Processor
An interface for passing a method in order to process elements.
|
Diff.UndoInfo
Undo information for some operations such as delete(E)
and
Diff.modify(Element, Element) . |
EnumCounters
Counters for an enum type.
|
EnumCounters.Factory
A factory for creating counters.
|
LightWeightHashSet
A low memory linked hash set implementation, which uses an array for storing
the elements and linked lists for collision resolution.
|
ReadOnlyList
A
ReadOnlyList is a unmodifiable list,
which supports read-only operations. |
XMLUtils.InvalidXmlException
Exception that reflects an invalid XML document.
|
XMLUtils.Stanza
Represents a bag of key-value pairs encountered during parsing an XML
file.
|
XMLUtils.UnmanglingError
Exception that reflects a string that cannot be unmangled.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.