Uses of Class
messif.objects.impl.ObjectIntVector

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

Uses of ObjectIntVector in messif.objects.impl
 

Subclasses of ObjectIntVector in messif.objects.impl
 class ObjectIntVectorL1
           
 class ObjectIntVectorL2
           
 

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