Package org.gvsig.fmap.mapcontext
Class LayersToSnap
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<FLyrVect>,Collection<FLyrVect>,Set<FLyrVect>
- Author:
- fdiaz
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends FLyrVect> c) voidclear()booleanbooleanremoveAll(Collection<?> c) Methods inherited from class java.util.HashSet
clone, contains, isEmpty, iterator, newHashSet, size, spliterator, toArray, toArrayMethods inherited from class java.util.AbstractSet
equals, hashCodeMethods inherited from class java.util.AbstractCollection
containsAll, retainAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
containsAll, equals, hashCode, retainAll
-
Constructor Details
-
LayersToSnap
public LayersToSnap()
-
-
Method Details
-
add
-
addAll
- Specified by:
addAllin interfaceCollection<FLyrVect>- Specified by:
addAllin interfaceSet<FLyrVect>- Overrides:
addAllin classAbstractCollection<FLyrVect>
-
clear
public void clear() -
remove
-
removeAll
- Specified by:
removeAllin interfaceCollection<FLyrVect>- Specified by:
removeAllin interfaceSet<FLyrVect>- Overrides:
removeAllin classAbstractSet<FLyrVect>
-