Uses of Class
messif.objects.impl.ObjectShortVector

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

Uses of ObjectShortVector in messif.objects.impl
 

Subclasses of ObjectShortVector in messif.objects.impl
 class ObjectShortVectorL1
           
 class ObjectShortVectorL2
           
 

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