Uses of Class
javolution.util.Index

Packages that use Index
javolution.util Provides high-performance collection classes and miscellaneous utilities; although this package provides very few collection classes, they are substitutes for most of java.util.* classes (for example, java.util.IdentityHashMap would be a FastMap with an identity key comparator). 
 

Uses of Index in javolution.util
 

Fields in javolution.util declared as Index
static Index Index.ZERO
          Holds the index zero (value 0).
 

Methods in javolution.util that return Index
 Index FastBitSet.valueOf(FastCollection.Record record)
           
static Index Index.valueOf(int i)
          Returns the unique index for the specified int value (creating it as well as the indices toward zero if they do not exist).
 

Methods in javolution.util that return types with arguments of type Index
static List<Index> Index.rangeOf(int start, int end)
          Returns all the indices greater or equal to start but less than end.
static List<Index> Index.valuesOf(int... indices)
          Returns the list of all the indices specified.
 

Methods in javolution.util with parameters of type Index
 boolean FastBitSet.add(Index index)
          Adds the specified index to this set.
 int Index.compareTo(Index that)
           
 



Copyright © 2005-2012 Javolution. All Rights Reserved.