Uses of Class
goldman.collection.IndexedNumber

Packages that use IndexedNumber
goldman.collection The Collection interface contains the operations that must be supported by all data structures that maintain a collection of elements. 
 

Uses of IndexedNumber in goldman.collection
 

Methods in goldman.collection with parameters of type IndexedNumber
 String IndexedNumber.NumberDigitizer.formatDigit(IndexedNumber x, int place)
           
 int IndexedNumber.NumberDigitizer.getDigit(IndexedNumber x, int place)
           
 int IndexedNumber.NumberDigitizer.numDigits(IndexedNumber x)