org.abora.white.collection.arrays
Class PrimIntArray

java.lang.Object
  |
  +--org.abora.white.xpp.basic.Heaper
        |
        +--org.abora.white.collection.arrays.PrimArray
              |
              +--org.abora.white.collection.arrays.PrimArithmeticArray
                    |
                    +--org.abora.white.collection.arrays.PrimIntegerArray
                          |
                          +--org.abora.white.collection.arrays.PrimIntArray
Direct Known Subclasses:
Int16Array, Int32Array, Int64Array, Int8Array, UInt16Array, UInt32Array, UInt8Array

public abstract class PrimIntArray
extends PrimIntegerArray


Constructor Summary
protected PrimIntArray()
           
 
Method Summary
abstract  int bitCount()
          Return the maximum bits/entry that can be stored in this array
static PrimIntArray zeros(int numBits, int count)
          Make an array initialized to zeros.
 
Methods inherited from class org.abora.white.collection.arrays.PrimIntegerArray
addData, compareData, elementsHash, hold, hold, indexOf, indexOfInteger, indexOfInteger, indexOfInteger, indexPast, indexPastInteger, indexPastInteger, indexPastInteger, integerAt, storeAll, storeInteger, subtractData, zeroElement
 
Methods inherited from class org.abora.white.collection.arrays.PrimArithmeticArray
addElements, addElements, addElements, compare, compare, compare, compare, contentsEqual, elementsEqual, signOfNonZeroAfter, subtractElements, subtractElements, subtractElements
 
Methods inherited from class org.abora.white.collection.arrays.PrimArray
contentsHash, copy, copy, copy, copy, copy, copyElements, copyGrow, count, elementsEqual, elementsEqual, elementsHash, elementsHash, fetchValue, getValue, indexOf, indexOf, indexOfElements, indexOfElements, indexOfElements, indexOfElements, indexOfElements, indexPast, indexPast, isEqual, makeNew, printElementOn, printOn, spec, storeAll, storeAll, storeMany, storeMany, storeMany, storeValue, zeroElements, zeroElements, zeroElements
 
Methods inherited from class org.abora.white.xpp.basic.Heaper
actualHashForEqual, destroy, destruct, equals, hashForEqual, printContentsOn, sendSelfTo, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrimIntArray

protected PrimIntArray()
Method Detail

zeros

public static PrimIntArray zeros(int numBits,
                                 int count)
Make an array initialized to zeros. The values are signed if bitCount is negative


bitCount

public abstract int bitCount()
Return the maximum bits/entry that can be stored in this array



Copyright © 2003 David G Jones. All Rights Reserved.
Original Udanax-Gold - Copyright © 1979-1999 Udanax.com. All rights reserved.