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 <T> Collection<T> |
unmodifiable(Collection<T> original)
Wraps a collection in an umodifiable collection based on the interface the collection
implements.
|
public static <T> Collection<T> unmodifiable(Collection<T> original)
A list will result in an umodifiable list, a set in an unmodifiable set, etc..
Copyright © 1996–2022 Geotools. All rights reserved.