Package com.github.tadukoo.util.pojo
package com.github.tadukoo.util.pojo
Contains
MappedPojo and
OrderedMappedPojo to help with general Pojos-
ClassDescriptionAbstract Mapped Pojo is a simple implementation of the
MappedPojointerface that uses a HashMap as its backing Map.Abstract Ordered Mapped Pojo is a simple implementation ofOrderedMappedPojo.Represents a Pojo that holds its values in a Map.Ordered Mapped Pojo represents aMappedPojowhere the key order matters.