Class KeyMap<T extends Keyed>

java.lang.Object
io.github.bakedlibs.dough.collections.OptionalMap<NamespacedKey,T>
io.github.bakedlibs.dough.collections.KeyMap<T>
All Implemented Interfaces:
Streamable<Map.Entry<NamespacedKey,T>>, Iterable<Map.Entry<NamespacedKey,T>>

public class KeyMap<T extends Keyed> extends OptionalMap<NamespacedKey,T>
  • Constructor Details

  • Method Details

    • add

      public void add(T value)