Uses of Class
com.icegreen.greenmail.imap.commands.SortKey
-
Packages that use SortKey Package Description com.icegreen.greenmail.imap.commands -
-
Uses of SortKey in com.icegreen.greenmail.imap.commands
Methods in com.icegreen.greenmail.imap.commands that return SortKey Modifier and Type Method Description static SortKeySortKey. valueOf(String name)Returns the enum constant of this type with the specified name.static SortKey[]SortKey. values()Returns an array containing the constants of this enum type, in the order they are declared.
-