Class DeltaKey


  • public final class DeltaKey
    extends Object
    Hierarchical delta identity, capable to answer questions like [a/b/c].contains([a/b/c/d]) and [a/b/c].commonPrefix([a/b/d/e]). Leftmost component in key array is most generic, rightmost is most specific.
    • Constructor Detail

      • DeltaKey

        public DeltaKey​(Object... key)
    • Method Detail

      • isEmpty

        public boolean isEmpty()
      • contains

        public boolean contains​(DeltaKey other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object