Class MemorizingLookup<K,​V,​P>

    • Constructor Detail

      • MemorizingLookup

        protected MemorizingLookup​(@NotNull
                                   Iterable<P> where)
    • Method Detail

      • lookup

        @Nullable
        public V lookup​(@NotNull
                        K key)
      • lookupExhaustive

        @Nullable
        public V lookupExhaustive​(@NotNull
                                  K key)
      • lookupInside

        @Nullable
        protected abstract V lookupInside​(@NotNull
                                          P place,
                                          @NotNull
                                          K key)