Package com.github.tadukoo.util.pojo
Class AbstractOrderedMappedPojo
java.lang.Object
com.github.tadukoo.util.pojo.AbstractMappedPojo
com.github.tadukoo.util.pojo.AbstractOrderedMappedPojo
- All Implemented Interfaces:
MappedPojo
,OrderedMappedPojo
public abstract class AbstractOrderedMappedPojo
extends AbstractMappedPojo
implements OrderedMappedPojo
Abstract Ordered Mapped Pojo is a simple implementation of
OrderedMappedPojo
. It extends
AbstractMappedPojo
, and requires its subclasses to implement the OrderedMappedPojo.getKeyOrder()
method.- Since:
- Alpha v.0.2
- Version:
- Alpha v.0.2.1
- Author:
- Logan Ferree (Tadukoo)
-
Constructor Summary
ModifierConstructorDescriptionprotected
protected
-
Method Summary
Methods inherited from class com.github.tadukoo.util.pojo.AbstractMappedPojo
getMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
Methods inherited from interface com.github.tadukoo.util.pojo.OrderedMappedPojo
getKeyOrder
-
Constructor Details
-
AbstractOrderedMappedPojo
protected AbstractOrderedMappedPojo() -
AbstractOrderedMappedPojo
-