A B C D G I J N O P R S W

I

initialLower(String) - Static method in class org.enhydra.zeus.util.CapitalizationUtils
This will take a String with unknown capitalization, and convert the first letter to a lowercase letter, while leaving all other letters the same.
initialUpper(String) - Static method in class org.enhydra.zeus.util.CapitalizationUtils
This will take a String with unknown capitalization, and convert the first letter to a capital letter, while leaving all other letters the same.
isCollectionClass(String) - Static method in class org.enhydra.zeus.util.ClassUtils
This will determine if the supplied Java type (in String form) is one of the Java Collection classes.

A B C D G I J N O P R S W
Copyright © 2001 Enhydra. All Rights Reserved.