|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.feature.FeatureImplUtils
public class FeatureImplUtils
Utility class used by feature model implementation.
This class is only for use internally and is not meant to be called by client code.
Constructor Summary | |
---|---|
FeatureImplUtils()
|
Method Summary | |
---|---|
static java.util.Collection |
unmodifiable(java.util.Collection original)
Wraps a collection in an umodifiable collection based on the interface the collection implements. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeatureImplUtils()
Method Detail |
---|
public static java.util.Collection unmodifiable(java.util.Collection original)
A list will result in an umodifiable list, a set in an unmodifiable set, etc..
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |