Interface SerializableCollection<T extends java.io.Serializable>
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
ClusteringLPMResultGroup,GroupedLPMResult,LPMResult,LPMResultGroup,PlaceSet,SameActivityLPMResultGroup,SerializableList,SerializableSet,WindowCoverageLPMResultGroup
public interface SerializableCollection<T extends java.io.Serializable> extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanadd(T element)booleanaddAll(java.util.Collection<T> elements)booleancontains(T element)java.util.Collection<T>getElements()booleanremove(T element)intsize()
-