public class SharedRelationships
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
SharedRelationships()
Deprecated.
Constructs a new, empty SharedRelationships.
|
SharedRelationships(int initialSize)
Deprecated.
Constructs a new, empty SharedRelationships, with the initial capacity specified.
|
Modifier and Type | Method and Description |
---|---|
void |
add(KeyedReference sharedRelationship)
Deprecated.
Adds a
KeyedReference to the SharedRelationships. |
KeyedReference |
get(int index)
Deprecated.
Returns the
KeyedReference at the specified index. |
java.lang.String |
getDirection()
Deprecated.
Returns the direction of this SharedRelationships.
|
void |
setDirection(java.lang.String direction)
Deprecated.
Sets the direction of this SharedRelationships.
|
int |
size()
Deprecated.
Returns the number of
KeyedReference objects in the SharedRelationships. |
public SharedRelationships()
public SharedRelationships(int initialSize)
initialSize
- the initial capacity of the SharedRelationships.public java.lang.String getDirection()
public void setDirection(java.lang.String direction)
direction
- the direction of this SharedRelationships.public void add(KeyedReference sharedRelationship)
KeyedReference
to the SharedRelationships.sharedRelationship
- the KeyedReference to be added.public KeyedReference get(int index)
KeyedReference
at the specified index.index
- the index of the KeyedReference to be retrieved.public int size()
KeyedReference
objects in the SharedRelationships.