Interface | Description |
---|---|
MutablePrimitive<PRIMITIVE extends MutablePrimitive<PRIMITIVE>> |
Write operations for system supported primitives.
|
Primitive<PRIMITIVE extends Primitive<PRIMITIVE>> |
Read and write operations for system supported primitives.
|
PrimitiveInductor<PRIMITIVE extends PrimitiveInductor<PRIMITIVE>> |
Imparts
Primitive values into other Primitives |
PrimitiveProperties |
Primitive1 predicates indicating properties of a specific primitive value
|
PrimitiveReplicator<PRIMITIVE extends PrimitiveReplicator<PRIMITIVE>> |
A
replicator for primitives |
SealedPrimitive<PRIMITIVE extends SealedPrimitive<PRIMITIVE>> |
Read operations for system supported primitives.
|
Class | Description |
---|---|
AbstractConstant<PRIMITIVE extends Primitive<PRIMITIVE>> |
A sealed
primitive whose modification functions are shunted
and which will produce UnsupportedOperationExceptions upon access |
AbstractNumericPrimitive<PRIMITIVE extends Primitive<PRIMITIVE>> | |
AbstractPrimitive<PRIMITIVE extends Primitive<PRIMITIVE>> |
Common read and write behavior for primitive representations
|
AbstractPrimitiveWrapper<PRIMITIVE extends Primitive<PRIMITIVE>> |
An abstract
primitive wrapper, ready to be overridden and
missing only the protected AbstractPrimitiveWrapper.getTarget() and the explicit
copy functions |
Constant |
Read-only
primitive |
Variant |
Copyright © 2006-2012 Ware-Squared Software Development. All Rights Reserved.