| Modifier and Type | Class and Description |
|---|---|
class |
NonBlockingStack<ELEMENTTYPE>
|
| Modifier and Type | Class and Description |
|---|---|
class |
MapBasedAttributeContainer
Base class for all kind of string-object mapping container.
|
class |
MapBasedAttributeContainerThreadSafe
Base class for all kind of string-object mapping container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceErrorGroup
Contains a list of resource errors and some sanity access methods.
|
| Modifier and Type | Method and Description |
|---|---|
static <DATATYPE extends ICloneable<DATATYPE>> |
CloneHelper.getCloneIfNotNull(DATATYPE aObject)
Get a clone (= deep copy) of the passed value for all objects implementing
ICloneable. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMicroCDATA
Represents a CDATA node.
|
interface |
IMicroComment
Represents a comment node.
|
interface |
IMicroContainer
This interface is just a hull for a node that has no properties itself but
contains children.
|
interface |
IMicroDocument
Represents a complete document.
|
interface |
IMicroDocumentType
Represents the document type of a document.
|
interface |
IMicroElement
Represents a single element (=tag) of a document.
|
interface |
IMicroEntityReference
Represents the reference to an entity.
|
interface |
IMicroNode
This is the base interface for all kind of nodes in the micro document object
model.
|
interface |
IMicroNodeWithChildren
A special marker interface that is implemented by classes, that really
support having children!
|
interface |
IMicroProcessingInstruction
Represents a processing instruction.
|
interface |
IMicroText
Represents a text node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMicroNode
This is an abstract base class for the micro document object model.
|
class |
AbstractMicroNodeWithChildren
Basic implementation class for the micro document object model.
|
class |
MicroCDATA
Default implementation of the
IMicroCDATA interface. |
class |
MicroComment
Default implementation of the
IMicroComment interface. |
class |
MicroContainer
Default implementation of the
IMicroContainer interface. |
class |
MicroDocument
Default implementation of the
IMicroDocument interface. |
class |
MicroDocumentType
Default implementation of the
IMicroDocumentType interface. |
class |
MicroElement
Default implementation of the
IMicroElement interface. |
class |
MicroEntityReference
Default implementation of the
IMicroEntityReference interface. |
class |
MicroProcessingInstruction
Default implementation of the
IMicroProcessingInstruction interface. |
class |
MicroText
Default implementation of the
IMicroText interface. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMimeType
Interface for the structured representation of a single MIME type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MimeType
Represents a single MIME type as the combination of the content type and the
sub-type and parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PhlocTestUtils.testGetClone(ICloneable<?> aCloneable)
Test if the implementation
ICloneable is OK. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMutable<IMPLTYPE extends IMutable<IMPLTYPE>>
Base interface for all mutable objects
|
interface |
IMutableInteger<IMPLTYPE extends IMutableInteger<IMPLTYPE>>
Base interface for mutable numeric values
|
interface |
IMutableNumeric<IMPLTYPE extends IMutableNumeric<IMPLTYPE>>
Base interface for mutable numeric values
|
| Modifier and Type | Class and Description |
|---|---|
class |
MutableBigDecimal
Object wrapper around a
BigDecimal so that it can be passed a final
object but is mutable. |
class |
MutableBigInteger
Object wrapper around a
BigInteger so that it can be passed a final
object but is mutable. |
class |
MutableBoolean
Object wrapper around a boolean so that it can be passed a final object but
is mutable.
|
class |
MutableByte
Object wrapper around a byte so that it can be passed a final object but is
mutable.
|
class |
MutableChar
Object wrapper around a char so that it can be passed a final object but is
mutable.
|
class |
MutableDouble
Object wrapper around a double so that it can be passed a final object but is
mutable.
|
class |
MutableFloat
Object wrapper around a float so that it can be passed a final object but is
mutable.
|
class |
MutableInt
Object wrapper around an int so that it can be passed a final object but is
mutable.
|
class |
MutableLong
Object wrapper around a long so that it can be passed a final object but is
mutable.
|
class |
MutableShort
Object wrapper around a short so that it can be passed a final object but is
mutable.
|
class |
Wrapper<DATATYPE>
This is a stupid wrapper around any object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleURL
Abstraction of the string parts of a URL but much simpler (and faster) than
URL. |
class |
SMap
A special URL parameter map that is made for best inline usage.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DOMReaderSettings
DOM reader settings
|
class |
SAXReaderSettings
SAX reader settings
|
class |
XMLWriterSettings
Default implementation of the
IXMLWriterSettings interface. |
Copyright © 2006–2014 phloc systems. All rights reserved.