ACCUMULATOR
- this Accumulator
typepublic interface SealedAccumulator<ACCUMULATOR extends SealedAccumulator<ACCUMULATOR>> extends SealedPrimitive<ACCUMULATOR>, AccumulatorReplicator<ACCUMULATOR>
Accumulator
Modifier and Type | Method and Description |
---|---|
Accumulator<?> |
first()
A convenience function to return the first, or zeroth, relationship in
this Accumulator's
#members() collection |
Primitive<?> |
getTarget() |
boolean |
isEqualToAccumulator(SealedAccumulator<?> anAccumulator)
Compare this Accumulator for equality against another.
|
boolean |
isTargetReplaceable() |
Accumulator<?> |
last()
A convenience function to return the last, or highest order, relationship
in this Accumulator's
#members() collection |
net.sf.jupperware.association.AssociativeList<Accumulator<?>,Accumulator<?>> |
members() |
Accumulator<?> |
peek()
A convenience alias for
last() |
String |
toFunctionName()
Answer the name of the function associated with this Accumulator type
|
compareToPrimitive, isEqualToPrimitive, isGreaterOrEqualToPrimitive, isGreaterThanPrimitive, isLessOrEqualToPrimitive, isLessThanPrimitive, isNotEqualToPrimitive
compareToReal, compareToReal, compareToReal, isEqual, isEqual, isEqualToReal, isGreater, isGreater, isGreaterOrEqual, isGreaterOrEqual, isGreaterOrEqualToReal, isGreaterThanReal, isLess, isLess, isLessOrEqual, isLessOrEqual, isLessOrEqualToReal, isLessThanReal, isNotEqual, isNotEqual, isNotEqualToReal
compareToNumber, compareToScalar, compareToScalar, compareToScalar, compareToScalar, compareToScalar, compareToScalar, compareToScalar, compareToScalar, compareToScalar, compareToZero, isEqual, isEqual, isEqual, isEqual, isEqual, isEqual, isEqual, isEqual, isEqualToNumber, isEqualToScalar, isFalse, isGreater, isGreater, isGreater, isGreater, isGreater, isGreater, isGreater, isGreater, isGreaterOrEqual, isGreaterOrEqual, isGreaterOrEqual, isGreaterOrEqual, isGreaterOrEqual, isGreaterOrEqual, isGreaterOrEqual, isGreaterOrEqual, isGreaterOrEqualToNumber, isGreaterOrEqualToScalar, isGreaterThanNumber, isGreaterThanScalar, isLess, isLess, isLess, isLess, isLess, isLess, isLess, isLess, isLessOrEqual, isLessOrEqual, isLessOrEqual, isLessOrEqual, isLessOrEqual, isLessOrEqual, isLessOrEqual, isLessOrEqual, isLessOrEqualToNumber, isLessOrEqualToScalar, isLessThanNumber, isLessThanScalar, isNotEqual, isNotEqual, isNotEqual, isNotEqual, isNotEqual, isNotEqual, isNotEqual, isNotEqual, isNotEqualToNumber, isNotEqualToScalar, isTrue, toBoolean, toCharacter, toCodePoint, toEnumeration, toNumber
equals, getConcurrency, hashCode, toString
isFinite, isImaginary, isInfinity, isInvalid, isMaximum, isMinimum, isModulo, isNegative, isNegativeFinite, isNegativeInfinity, isPositive, isPositiveFinite, isPositiveInfinity, isReal, isUnity, isValid, isZero, signum
isAlphabetic, isBmpCodePoint, isDigit, isHighSurrogate, isIdentifierIgnorable, isIdeographic, isISOControl, isJavaIdentifierPart, isJavaIdentifierStart, isLetter, isLetterOrDigit, isLowerCase, isLowSurrogate, isMirrored, isSupplementaryCodePoint, isSurrogate, isTitleCase, isUnicode, isUnicodeIdentifierPart, isUnicodeIdentifierStart, isUpperCase, isValidCodePoint, isWhitespace
booleanValue
byteValue
charValue
doubleValue
floatValue
intValue
longValue
shortValue
induceRealMaximum, induceRealMinimum
getPrecision, induceScalarMaximum, induceScalarMinimum
induceRealSize
induceScalarSize
getDomain, getStructureStrategy, longSize, size
isConfigurable, isCountable, isElastic, isEmpty, isExpandable, isOrdered, isReducible, isUnique
toUnlimitedInteger
toUnlimitedDecimal
compareToText, isEqualToText, isGreaterOrEqualToText, isGreaterThanText, isLessOrEqualToText, isLessThanText, isNotEqualToText
copyUsingText
codePointAt, codePointBefore, codePointCount, indexOfText, indexOfText, substring, substring
charAt, length, subSequence, toString
isEmpty, isText
compareTo
copy, copySharing, copySharing, copySharing, copySharing, copyUsingAccumulator, copyUsingPrimitive, toAccumulator
copyUsingText, toPrimitive
copyUsing, copyUsing, copyUsingReal, toReal
Accumulator<?> first() throws NoSuchElementException
#members() collection
#members() collection
NoSuchElementException
- this Accumulator's relationship collection was emptyboolean isEqualToAccumulator(SealedAccumulator<?> anAccumulator)
boolean isTargetReplaceable()
true
if the target Primitive
can be replacedAccumulator<?> last() throws NoSuchElementException
#members() collection
#members() collection
NoSuchElementException
- this Accumulator's relationship collection was emptynet.sf.jupperware.association.AssociativeList<Accumulator<?>,Accumulator<?>> members()
Accumulator<?> peek() throws NoSuchElementException
last()
#members() collection
NoSuchElementException
- this Accumulator's relationship collection was emptyString toFunctionName()
Copyright © 2006-2012 Ware-Squared Software Development. All Rights Reserved.