Interface SlotMap.SlotComputer<S extends Slot>

Enclosing interface:
SlotMap
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface SlotMap.SlotComputer<S extends Slot>
  • Method Summary

    Modifier and Type
    Method
    Description
    compute(Object key, int index, Slot existing)
     
  • Method Details

    • compute

      S compute(Object key, int index, Slot existing)