Uses of Class
org.simpleframework.http.parse.ListParser.Entry
Packages that use ListParser.Entry
-
Uses of ListParser.Entry in org.simpleframework.http.parse
Classes in org.simpleframework.http.parse that implement interfaces with type arguments of type ListParser.EntryModifier and TypeClassDescriptionprivate classTheEntryobject provides a comparable object to insert in to a priority queue.Fields in org.simpleframework.http.parse with type parameters of type ListParser.EntryModifier and TypeFieldDescriptionprivate PriorityQueue<ListParser<T>.Entry> ListParser.orderProvides a quick means of sorting the values extracted.Methods in org.simpleframework.http.parse with parameters of type ListParser.EntryModifier and TypeMethodDescriptionintListParser.Entry.compareTo(ListParser<T>.Entry entry) This is used to sort the entries within the priority queue using the provided priority of specified.