Class RetrieveResult


  • public class RetrieveResult
    extends java.lang.Object
    • Method Detail

      • size

        public int size()
      • length

        public int length()
      • getType

        public YAPIONType getType​(int index)
      • get

        public <T extends YAPIONAnyType> T get​(int index,
                                               T t)
      • get

        public <T extends YAPIONAnyType> T get​(int index,
                                               java.lang.Class<T> clazz)
      • getArray

        public YAPIONArray getArray​(int index)
      • getMap

        public YAPIONMap getMap​(int index)
      • getValue

        public <T> YAPIONValue<T> getValue​(int index)
      • getValue

        public <T> YAPIONValue<T> getValue​(int index,
                                           @NonNull
                                           T t)
      • getValue

        public <T> YAPIONValue<T> getValue​(int index,
                                           @NonNull
                                           @NonNull java.lang.Class<T> t)