Interface Primitive.Source

Enclosing class:
Primitive

public static interface Primitive.Source
A place from which to read a value.
  • Method Details

    • getBoolean

      boolean getBoolean()
    • getByte

      byte getByte()
    • getChar

      char getChar()
    • getShort

      short getShort()
    • getInt

      int getInt()
    • getLong

      long getLong()
    • getFloat

      float getFloat()
    • getDouble

      double getDouble()
    • getObject

      @Nullable Object getObject()