Package xbn.array.primitive

(Deprecated: This package is messy and is going away, although it's basic concepts will be re-implemented somehow, someday, someway) Classes used to wrap anything, in the interest of making it appear like an array of primitive values (including strings).

See:
          Description

TOP        Class Summary
ListPA Lists an array existing inside a PrimitiveArray.
LPAConfig Configuration for a ListAOS.
PACChar A PrimitiveArrayChar that wraps around an array of chars.
PAIInt A PrimitiveArrayInt that wraps around an array of ints.
PARCGoodUnq A PARChar that always uses a PARDNLGoodUnq.
PARChar Defines the rules to be enforced by PrimitiveArrayChar.isValid.
PARCStrict A PARCGoodUnq that always uses a PARDNLStrict.
PARDNLGoodUnq A PARDupNullLen where duplicates and null are never allowed.
PARDNLStrict A PARDNLGoodUnq in which the array must be at least one element in length.
PARDupNullLen PrimitiveArrayRule configuration regarding duplicates, null-ness and element length.
PARIElement Part of PARString configuring element-related items.
PARIGoodUnq A PARInt that always uses a PARDNLGoodUnq.
PARInt Defines the rules to be enforced by PrimitiveArrayInt.isValid.
PARIStrict A PARIGoodUnq that always uses a PARDNLStrict.
PAROrderDir Configuration for ordering rules to impose onto the PrimitiveArray.
PARSCBad A PARSContain that declares that containment is illegal.
PARSContain Defines rules regarding containment and equality between array elements.
PARSElement Part of PARString configuring element-related items.
PARSGoodUnq A PARString that always uses a PARDNLGoodUnq.
PARSStrict A PARSGoodUnq that always uses a PARDNLStrict.
PARString Defines the rules to be enforced by PrimitiveArrayString.isValid.
PASAOObject A PrimitiveArrayString that wraps around an array of java.lang.Objects.
PASInt As PrimitiveArrayString that wraps around an array of ints.
PASObject A PrimitiveArrayString that wraps around a java.lang.Object.
PASString A PASAOObject that wraps around an array of java.lang.Strings, representing the string value.
PASStringBuffer A PASAOObject that wraps around an array of java.lang.StringBuffers, representing the string value.
PAViolation Holds information regarding violations that are detected by PrimitiveArray.isValid.
PrimitiveArray Wraps around anything to make it appear like an array of primitives (including Strings).
PrimitiveArrayChar A PrimitiveArray for chars.
PrimitiveArrayInt A PrimitiveArray for ints.
PrimitiveArrayRule Defines the rules to be enforced by PrimitiveArray.isValid.
PrimitiveArrayString A PrimitiveArray for strings.
 

TOP        Package xbn.array.primitive Description

(Deprecated: This package is messy and is going away, although it's basic concepts will be re-implemented somehow, someday, someway) Classes used to wrap anything, in the interest of making it appear like an array of primitive values (including strings).

There is a lot of good stuff in this package, but it is the only xbn package that is somewhat chaotic and disorganized. Expect significant changes at some point.




Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

http://sourceforge.net/projects/xbnjava

 

SourceForge.net Logo