Class KeyInfoCollection
- All Implemented Interfaces:
JSONSerializer
-
Field Summary
Fields inherited from class DataCollection
entries, links, totalModifier and TypeFieldDescriptionprotected Collection<KeyInfo> protected Collection<Link> protected int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DataCollection
addEntry, addLink, equals, getLinks, getTotal, hashCode, removeEntry, removeLink, setEntries, setLinks, setTotalModifier and TypeMethodDescriptionvoidvoidbooleangetLinks()intgetTotal()inthashCode()voidremoveEntry(KeyInfo entry) voidremoveLink(Link link) voidsetEntries(Collection<KeyInfo> entries) voidsetLinks(Collection<Link> links) voidsetTotal(int total) Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JSONSerializer
toJSON
-
Constructor Details
-
KeyInfoCollection
public KeyInfoCollection()
-
-
Method Details
-
getEntries
- Overrides:
getEntriesin classDataCollection<KeyInfo>
-