Class SplayMap.ImmutableSplayMapEntry

  • All Implemented Interfaces:
    java.util.Map.Entry<UnsignedInteger,​E>
    Enclosing class:
    SplayMap<E>

    public class SplayMap.ImmutableSplayMapEntry
    extends java.lang.Object
    implements java.util.Map.Entry<UnsignedInteger,​E>
    • Method Detail

      • getPrimitiveKey

        public int getPrimitiveKey()
      • getValue

        public E getValue()
        Specified by:
        getValue in interface java.util.Map.Entry<UnsignedInteger,​E>
      • setValue

        public E setValue​(E value)
        Specified by:
        setValue in interface java.util.Map.Entry<UnsignedInteger,​E>