Class MapPairArray

All Implemented Interfaces:
Serializable, Cloneable, Iterable<MapPair>, Collection<MapPair>, List<MapPair>, RandomAccess

public class MapPairArray extends ArrayList<MapPair>
MapPairArray - array of MapPairs, candidates for MapHalf::Join MapPairArray::Match() - match a MapItem against the tree, adding any potentially matching entries to the array. MapPairArray::Sort() - resort entries according to their map precedence rather than tree order. MapPairArray::Get() - retrieve an entry suitable for calling MapHalf::Join().
See Also:
  • Constructor Details

  • Method Details

    • match

      public void match(MapItem item1, MapItem tree2)
    • sort

      public void sort()