Uses of Class
org.simpleframework.http.parse.ListParser.Entry
Packages that use ListParser.Entry
-
Uses of ListParser.Entry in org.simpleframework.http.parse
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.