net.sf.f8api
Class FacebookApi.Pair<N,V>

java.lang.Object
  extended by net.sf.f8api.FacebookApi.Pair<N,V>
Type Parameters:
N -
V -
Enclosing class:
FacebookApi

protected static class FacebookApi.Pair<N,V>
extends java.lang.Object

Manage name-value pairs.


Field Summary
 N name
           
 V value
           
 
Constructor Summary
FacebookApi.Pair(N name, V value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public N name

value

public V value
Constructor Detail

FacebookApi.Pair

public FacebookApi.Pair(N name,
                        V value)


Copyright © 2007 Jason Thrasher. All Rights Reserved.