Package de.jungblut.datastructure
Class StackMap.StackMapEntry<KEY,VALUE>
- java.lang.Object
-
- de.jungblut.datastructure.StackMap.StackMapEntry<KEY,VALUE>
-
-
Constructor Summary
Constructors Constructor Description StackMapEntry(KEY key, VALUE value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KEYgetKey()VALUEgetValue()VALUEsetValue(VALUE value)
-
-
-
Method Detail
-
getValue
public VALUE getValue()
-
-