public class FeatureImplUtils extends Object
This class is only for use internally and is not meant to be called by client code.
Constructor and Description |
---|
FeatureImplUtils() |
Modifier and Type | Method and Description |
---|---|
static Collection |
unmodifiable(Collection original)
Wraps a collection in an umodifiable collection based on the interface the collection
implements.
|
public static Collection unmodifiable(Collection original)
A list will result in an umodifiable list, a set in an unmodifiable set, etc..
Copyright © 1996–2019 Geotools. All rights reserved.