|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.sounding.LinkSet
public class LinkSet
Provides support for a set of Link-s.
| Nested Class Summary | |
|---|---|
protected static class |
LinkSet.EndIterator
A wrapper around the iterator of the keyset of a Map |
| Constructor Summary | |
|---|---|
LinkSet(Link[] links)
Create a LinkSet from a set of Links. |
|
| Method Summary | |
|---|---|
protected static void |
add(Map map,
Link.End key,
Link.End other)
Add a link to another in the map |
Iterator |
FirstEndIterator()
Return an iterator for the first end |
Iterator |
SecondEndIterator()
Return an iterator for the first end |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LinkSet(Link[] links)
Links.
links - array of Links| Method Detail |
|---|
protected static void add(Map map,
Link.End key,
Link.End other)
map - map for linkskey - link keyother - other linkpublic Iterator FirstEndIterator()
public Iterator SecondEndIterator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||