Package com.github.tadukoo.util.pojo
Interface OrderedMappedPojo
- All Superinterfaces:
MappedPojo
- All Known Implementing Classes:
AbstractOrderedMappedPojo
Ordered Mapped Pojo represents a
MappedPojo
where the key order matters.- Version:
- Alpha v.0.2
- Author:
- Logan Ferree (Tadukoo)
-
Method Summary
Methods inherited from interface com.github.tadukoo.util.pojo.MappedPojo
clear, getItem, getKeys, getListItem, getListItemNoThrow, getListItemNoThrow, getMap, getPojoItem, getPojoItemNoThrow, getPojoItemNoThrow, hasItem, hasKey, isEmpty, removeItem, setItem
-
Method Details
-
getKeyOrder
- Returns:
- A List of the keys in this pojo in the proper order
-