addSlot method

void addSlot(
  1. Slot<V> slot
)

Add new slot

Implementation

void addSlot(Slot<V> slot) {
  slots.add(slot);
}