FileDocCategorySizeDatePackage
IPair.javaAPI DocGoogle Facebook API v1.51401Sun Nov 11 14:40:14 GMT 2007com.facebook.api

IPair

public 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.
param
The type of the first object in the pair.
param
The type of the second object in the pair.

Fields Summary
Constructors Summary
Methods Summary
public NgetFirst()

public VgetSecond()

public voidsetFirst(N first)

public voidsetSecond(V second)