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
MappedPojo
interface 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 aMappedPojo
where the key order matters.