public class SymFeatureList extends java.util.ArrayList<SymFeature>
Constructor and Description |
---|
SymFeatureList()
Empty
SymFeatureList constructor. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
static org.symphonyoss.symphony.pod.model.FeatureList |
toFeatureList(SymFeatureList symFeatureList)
Converts a
SymFeatureList to a FeatureList . |
java.lang.String |
toString() |
static SymFeatureList |
toSymFeatureList(org.symphonyoss.symphony.pod.model.FeatureList featureList)
Converts a
FeatureList to a SymFeatureList . |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public SymFeatureList()
SymFeatureList
constructor.public static SymFeatureList toSymFeatureList(org.symphonyoss.symphony.pod.model.FeatureList featureList)
FeatureList
to a SymFeatureList
.featureList
- the FeatureList
to convert from.SymFeatureList
.public static org.symphonyoss.symphony.pod.model.FeatureList toFeatureList(SymFeatureList symFeatureList)
SymFeatureList
to a FeatureList
.symFeatureList
- the SymFeatureList
to convert from.FeatureList
.public boolean equals(java.lang.Object o)
equals
in interface java.util.Collection<SymFeature>
equals
in interface java.util.List<SymFeature>
equals
in class java.util.AbstractList<SymFeature>
public int hashCode()
hashCode
in interface java.util.Collection<SymFeature>
hashCode
in interface java.util.List<SymFeature>
hashCode
in class java.util.AbstractList<SymFeature>
public java.lang.String toString()
toString
in class java.util.AbstractCollection<SymFeature>