Package org.drools.core.util.index
Class FastUtilTreeMemory.HolderEntry
- java.lang.Object
-
- org.drools.core.util.index.FastUtilTreeMemory.HolderEntry
-
- All Implemented Interfaces:
it.unimi.dsi.fastutil.objects.Object2ObjectMap.Entry<java.lang.Comparable,TupleList>,java.util.Map.Entry<java.lang.Comparable,TupleList>
- Enclosing class:
- FastUtilTreeMemory
public static class FastUtilTreeMemory.HolderEntry extends java.lang.Object implements it.unimi.dsi.fastutil.objects.Object2ObjectMap.Entry<java.lang.Comparable,TupleList>
-
-
Constructor Summary
Constructors Constructor Description HolderEntry()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FastUtilTreeMemory.HolderEntrygetInstance()java.lang.ComparablegetKey()TupleListgetValue()FastUtilTreeMemory.HolderEntrysetKey(java.lang.Comparable key)TupleListsetValue(TupleList value)
-
-
-
Method Detail
-
getInstance
public static FastUtilTreeMemory.HolderEntry getInstance()
-
getKey
public java.lang.Comparable getKey()
- Specified by:
getKeyin interfacejava.util.Map.Entry<java.lang.Comparable,TupleList>
-
setKey
public FastUtilTreeMemory.HolderEntry setKey(java.lang.Comparable key)
-
getValue
public TupleList getValue()
- Specified by:
getValuein interfacejava.util.Map.Entry<java.lang.Comparable,TupleList>
-
-