Schnittstelle ObjectSupplier<T>

Typparameter:
T - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
Supplier<T>

public interface ObjectSupplier<T> extends Supplier<T>
Type-Specific Supplier interface that reduces (un)boxing and allows to merge other consumer types into this interface
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    get()
     
  • Methodendetails

    • get

      T get()
      Angegeben von:
      get in Schnittstelle Supplier<T>
      Gibt zurück:
      the supplied value