Class OptimalScheduleFinder._TwoWayHashMap

  • Enclosing class:
    OptimalScheduleFinder

    protected static class OptimalScheduleFinder._TwoWayHashMap
    extends java.lang.Object
    A two-way hash map provides fast lookup in both directions of a bijective function between objects. Supports only adding. (Didn't know whether Java provides a standard solution.)
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait