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
ConstructorsModifierConstructorDescriptionprotectedprotected -
Method Summary
Methods inherited from class com.github.tadukoo.util.pojo.AbstractMappedPojo
getMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.tadukoo.util.pojo.MappedPojo
clear, getItem, getKeys, getListItem, getListItemNoThrow, getListItemNoThrow, getMap, getPojoItem, getPojoItemNoThrow, getPojoItemNoThrow, hasItem, hasKey, isEmpty, removeItem, setItemMethods inherited from interface com.github.tadukoo.util.pojo.OrderedMappedPojo
getKeyOrder
-
Constructor Details
-
AbstractOrderedMappedPojo
protected AbstractOrderedMappedPojo() -
AbstractOrderedMappedPojo
-