Uses of Class
org.apache.solr.util.PivotListEntry
-
Packages that use PivotListEntry Package Description org.apache.solr.util Common utility classes used throughout Solr -
-
Uses of PivotListEntry in org.apache.solr.util
Methods in org.apache.solr.util that return PivotListEntry Modifier and Type Method Description static PivotListEntryPivotListEntry. get(String name)Case-insensitive lookup of PivotListEntry by namestatic PivotListEntryPivotListEntry. valueOf(String name)Returns the enum constant of this type with the specified name.static PivotListEntry[]PivotListEntry. values()Returns an array containing the constants of this enum type, in the order they are declared.
-