IPairpublic interface IPair This interface provides backwards compatibility between Pair and IFeedImage instances
used in feed.* API calls, so that code that was written using the former method is not forced to
be rewritten in order to conform to the latter. |
Methods Summary |
---|
public N | getFirst()
| public V | getSecond()
| public void | setFirst(N first)
| public void | setSecond(V second)
|
|