Uses of Class
it.unimi.dsi.fastutil.floats.FloatBigArrayBigList

Packages that use FloatBigArrayBigList
it.unimi.dsi.fastutil.floats Provides type-specific classes for float elements or keys. 
 

Uses of FloatBigArrayBigList in it.unimi.dsi.fastutil.floats
 

Methods in it.unimi.dsi.fastutil.floats that return FloatBigArrayBigList
 FloatBigArrayBigList FloatBigArrayBigList.clone()
           
static FloatBigArrayBigList FloatBigArrayBigList.wrap(float[][] a)
          Wraps a given big array into a big-array big list.
static FloatBigArrayBigList FloatBigArrayBigList.wrap(float[][] a, long length)
          Wraps a given big array into a big-array list of given size.
 

Methods in it.unimi.dsi.fastutil.floats with parameters of type FloatBigArrayBigList
 int FloatBigArrayBigList.compareTo(FloatBigArrayBigList l)
          Compares this big list to another big list.
 boolean FloatBigArrayBigList.equals(FloatBigArrayBigList l)
          Compares this type-specific big-array list to another one.
 



Copyright © 2011. All Rights Reserved.