Package herddb.proto
Class PduCodec.ListOfListsReader
- java.lang.Object
-
- herddb.proto.PduCodec.ListOfListsReader
-
-
Constructor Summary
Constructors Constructor Description ListOfListsReader(Pdu pdu, int numLists)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNumLists()PduCodec.ObjectListReadernextList()
-
-
-
Constructor Detail
-
ListOfListsReader
public ListOfListsReader(Pdu pdu, int numLists)
-
-
Method Detail
-
getNumLists
public int getNumLists()
-
nextList
public PduCodec.ObjectListReader nextList()
-
-