Class FieldIndexKeyImpl

  • All Implemented Interfaces:
    FieldIndexKey

    public class FieldIndexKeyImpl
    extends java.lang.Object
    implements FieldIndexKey
    Composite key for field indexes, first compares on the actual indexed field _value and then on the _parentID (which is a reference to the containing object).
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldIndexKeyImpl​(int parentID, java.lang.Object value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int parentID()  
      java.lang.String toString()  
      java.lang.Object value()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FieldIndexKeyImpl

        public FieldIndexKeyImpl​(int parentID,
                                 java.lang.Object value)
    • Method Detail

      • value

        public java.lang.Object value()
        Specified by:
        value in interface FieldIndexKey
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object