Uses of Enum Class
com.yahoo.net.UrlToken.Type
Packages that use UrlToken.Type
-
Uses of UrlToken.Type in com.yahoo.net
Methods in com.yahoo.net that return UrlToken.TypeModifier and TypeMethodDescriptionUrlToken.getType()static UrlToken.TypeReturns the enum constant of this class with the specified name.static UrlToken.Type[]UrlToken.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.net with parameters of type UrlToken.TypeModifier and TypeMethodDescriptionstatic voidUrlTokenizer.addTokens(List<UrlToken> lst, UrlToken.Type type, int offset, String image, boolean orig) Constructors in com.yahoo.net with parameters of type UrlToken.Type