Uses of Interface
com.metsci.glimpse.util.primitives.Bytes

Packages that use Bytes
com.metsci.glimpse.util.primitives Memory efficient Java primitive data arrays. 
 

Uses of Bytes in com.metsci.glimpse.util.primitives
 

Subinterfaces of Bytes in com.metsci.glimpse.util.primitives
 interface BytesModifiable
          Strings are encoded and decoded using the UTF-8 charset (multi-byte charsets just aren't worth the increased complication in indexing).
 

Classes in com.metsci.glimpse.util.primitives that implement Bytes
 class BytesArray
           
 

Methods in com.metsci.glimpse.util.primitives with parameters of type Bytes
 void BytesModifiable.append(Bytes vs)
           
 void BytesArray.append(Bytes vs)
           
 void BytesModifiable.append(Bytes vs, int from, int to)
           
 void BytesArray.append(Bytes vs, int from, int to)
           
 void BytesModifiable.insert(int i, Bytes vs)
           
 void BytesArray.insert(int i, Bytes vs)
           
 void BytesModifiable.insert(int i, Bytes vs, int from, int to)
           
 void BytesArray.insert(int i, Bytes vs, int from, int to)
           
 void BytesModifiable.prepend(Bytes vs)
           
 void BytesArray.prepend(Bytes vs)
           
 void BytesModifiable.prepend(Bytes vs, int from, int to)
           
 void BytesArray.prepend(Bytes vs, int from, int to)
           
 

Constructors in com.metsci.glimpse.util.primitives with parameters of type Bytes
BytesArray(Bytes xs)
          Clones the sequence arg.
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.