Class KnownLocationKeyFinder<TLK extends ImmutableTableLocationKey>

java.lang.Object
io.deephaven.engine.table.impl.locations.impl.KnownLocationKeyFinder<TLK>
All Implemented Interfaces:
TableLocationKeyFinder<TLK>

public final class KnownLocationKeyFinder<TLK extends ImmutableTableLocationKey> extends Object implements TableLocationKeyFinder<TLK>
Location finder that delivers a known set of keys.
  • Constructor Details

    • KnownLocationKeyFinder

      @SafeVarargs public KnownLocationKeyFinder(@NotNull @NotNull TLK... knownKeys)
    • KnownLocationKeyFinder

      public KnownLocationKeyFinder(List<TLK> knownKeys)
    • KnownLocationKeyFinder

      public KnownLocationKeyFinder(List<TLK> knownKeys, String toString)
  • Method Details