Class DoubleKeyMap<A,B,E>
- java.lang.Object
-
- net.officefloor.compile.impl.util.DoubleKeyMap<A,B,E>
-
public class DoubleKeyMap<A,B,E> extends java.lang.Object
Map that provides a double key to obtain the entry.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description DoubleKeyMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description E
get(A a, B b)
Obtains the entry.void
put(A a, B b, E entry)
Registers the entry.
-