Package ec.eda.dovs

Class CornerMap.Pair

java.lang.Object
ec.eda.dovs.CornerMap.Pair
Enclosing class:
CornerMap

public class CornerMap.Pair extends Object
Simple structure store the key and value from this CornerMap. This is userd for retrieving data from CornerMap
  • Field Details

  • Constructor Details

    • Pair

      public Pair()
  • Method Details

    • getKey

      public int getKey()
    • getValue

      public Individual getValue()