Package io.fi0x.javadatastructures


package io.fi0x.javadatastructures
  • Classes
    Class
    Description
    Tuple<O1,O2>
    This class is used as a data-structure to support tuples of objects.
    TupleList<O1,O2>
    This class is an extension of a normal ArrayList.
    This class represents a weighted list that can be used for easy weighted randomization.