Interface IdentifierList<K,E>

All Superinterfaces:
Collection<E>, Iterable<E>, List<E>

public interface IdentifierList<K,E> extends List<E>
List interface providing at least the key (identifier) for a specific index, also the related entry IdentifierList could be null
Since:
5.0.504
  • Method Details

    • getKey

      @NotNull K getKey(int index)
      Returns the key at the given index.
      Since:
      5.0.504