Package ucar.unidata.data.sounding
Class LinkSet
java.lang.Object
ucar.unidata.data.sounding.LinkSet
Provides support for a set of Link-s.
- Version:
- $Id: LinkSet.java,v 1.9 2006/12/01 20:42:43 jeffmc Exp $
- Author:
- Steven R. Emmerson
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class
A wrapper around the iterator of the keyset of a Map -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static void
Add a link to another in the mapReturn an iterator for the first endReturn an iterator for the first end
-
Constructor Details
-
LinkSet
Create a LinkSet from a set ofLink
s.- Parameters:
links
- array of Links
-
-
Method Details
-
add
Add a link to another in the map- Parameters:
map
- map for linkskey
- link keyother
- other link
-
FirstEndIterator
Return an iterator for the first end- Returns:
- iterator
-
SecondEndIterator
Return an iterator for the first end- Returns:
- iterator
-