Uses of Class
messif.objects.impl.ObjectByteVector

Packages that use ObjectByteVector
messif.objects.impl Implementation of basic data objects. 
 

Uses of ObjectByteVector in messif.objects.impl
 

Subclasses of ObjectByteVector in messif.objects.impl
 class ObjectByteVectorL1
           
 

Method parameters in messif.objects.impl with type arguments of type ObjectByteVector
static byte[][] ObjectByteVector.getMinMaxForEveryCoord(AbstractObjectIterator<? extends ObjectByteVector> iterator)
          Computes minimum and maximum values over every coordinate of vectors in the collection's iterator.
static byte[] ObjectByteVector.getMinMaxOverCoords(AbstractObjectIterator<? extends ObjectByteVector> iterator)
          Computes minimum and maximum values over all coordinates of vectors in the collection's iterator.