Package | Description |
---|---|
com.yworks.yfiles.algorithms | |
com.yworks.yfiles.utils |
Contains classes and interfaces which support the yFiles collection and event handling framework,
and other utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
EdgeList
Specialized list implementation for instances of type
Edge . |
class |
NodeList
Specialized list implementation for instances of type
Node . |
class |
YList
An implementation of a doubly linked list that provides direct access to the cells that store the elements.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IList<T>
Common interface for
List s which also implement ICollection
and therefore provide the IEnumerable functionality additionally to
the java framework classes functionality. |
Modifier and Type | Class and Description |
---|---|
class |
ObservableCollection<T>
A simple default implementation of an
IObservableCollection that is backed by an ordinary Collection . |
Modifier and Type | Field and Description |
---|---|
static ICollection |
ICollection.EMPTY
An
ICollection that is always empty. |