Uses of Class
it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList

Packages that use ByteBigArrayBigList
it.unimi.dsi.fastutil.bytes Provides type-specific classes for byte elements or keys. 
 

Uses of ByteBigArrayBigList in it.unimi.dsi.fastutil.bytes
 

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

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



Copyright © 2011. All Rights Reserved.