public class ExpandableProperty<T>
extends java.lang.Object
| Constructor and Description |
|---|
ExpandableProperty(java.util.Collection<T> items) |
ExpandableProperty(int size) |
ExpandableProperty(int size,
java.util.Collection<T> items) |
public ExpandableProperty(int size)
public ExpandableProperty(int size,
@Nullable
java.util.Collection<T> items)
public ExpandableProperty(java.util.Collection<T> items)
public int getSize()
@Nullable public java.lang.Iterable<T> getItems()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2013 Atlassian. All Rights Reserved.