Uses of Class
org.simpleframework.http.parse.ListParser.Entry
-
Packages that use ListParser.Entry Package Description org.simpleframework.http.parse -
-
Uses of ListParser.Entry in org.simpleframework.http.parse
Fields in org.simpleframework.http.parse with type parameters of type ListParser.Entry Modifier and Type Field Description private java.util.PriorityQueue<ListParser.Entry>
ListParser. order
Provides a quick means of sorting the values extracted.Methods in org.simpleframework.http.parse with parameters of type ListParser.Entry Modifier and Type Method Description int
ListParser.Entry. compareTo(ListParser.Entry entry)
This is used to sort the entries within the priority queue using the provided priority of specified.
-