Package deltix.qsrv.hf.tickdb.schema.xml
Class LongToLongMapAdapter.LongMapList
- java.lang.Object
-
- deltix.qsrv.hf.tickdb.schema.xml.LongToLongMapAdapter.LongMapList
-
- Enclosing class:
- LongToLongMapAdapter
public static class LongToLongMapAdapter.LongMapList extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.ArrayList<LongToLongMapAdapter.LongEntry>
entries
-
Constructor Summary
Constructors Modifier Constructor Description protected
LongMapList()
LongMapList(java.util.ArrayList<LongToLongMapAdapter.LongEntry> entries)
-
-
-
Field Detail
-
entries
public java.util.ArrayList<LongToLongMapAdapter.LongEntry> entries
-
-
Constructor Detail
-
LongMapList
protected LongMapList()
-
LongMapList
public LongMapList(java.util.ArrayList<LongToLongMapAdapter.LongEntry> entries)
-
-