Class TreeBidiMap.EntryView

All Implemented Interfaces:
Iterable, Collection, Set
Enclosing class:
TreeBidiMap

static class TreeBidiMap.EntryView extends TreeBidiMap.View
A view of this map.
  • Field Details

    • oppositeType

      private final int oppositeType
  • Constructor Details

    • EntryView

      EntryView(TreeBidiMap main, int orderType, int dataType)
      Constructor.
      Parameters:
      main - the main map
      orderType - the KEY or VALUE int for the order
      dataType - the MAPENTRY or INVERSEMAPENTRY int for the returned data
  • Method Details