Uses of Class
it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList

Packages that use ReferenceBigArrayBigList
it.unimi.dsi.fastutil.objects Provides type-specific classes for object elements or keys. 
 

Uses of ReferenceBigArrayBigList in it.unimi.dsi.fastutil.objects
 

Methods in it.unimi.dsi.fastutil.objects that return ReferenceBigArrayBigList
 ReferenceBigArrayBigList<K> ReferenceBigArrayBigList.clone()
           
static
<K> ReferenceBigArrayBigList<K>
ReferenceBigArrayBigList.wrap(K[][] a)
          Wraps a given big array into a big-array big list.
static
<K> ReferenceBigArrayBigList<K>
ReferenceBigArrayBigList.wrap(K[][] a, long length)
          Wraps a given big array into a big-array list of given size.
 

Methods in it.unimi.dsi.fastutil.objects with parameters of type ReferenceBigArrayBigList
 boolean ReferenceBigArrayBigList.equals(ReferenceBigArrayBigList<K> l)
          Compares this type-specific big-array list to another one.
 



Copyright © 2011. All Rights Reserved.