AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | Public 属性 | 静态 Private 成员函数 | 所有成员列表
com.google.gson.internal.Pair< FIRST, SECOND >类 参考

Public 成员函数

 Pair (FIRST first, SECOND second)
 
int hashCode ()
 
boolean equals (Object o)
 
String toString ()
 

Public 属性

final FIRST first
 
final SECOND second
 

静态 Private 成员函数

static boolean equal (Object a, Object b)
 

详细描述

A simple object that holds onto a pair of object references, first and second.

作者
Inderjeet Singh
Joel Leitch
参数
<FIRST>
<SECOND>

构造及析构函数说明

com.google.gson.internal.Pair< FIRST, SECOND >.Pair ( FIRST  first,
SECOND  second 
)
inline

成员函数说明

static boolean com.google.gson.internal.Pair< FIRST, SECOND >.equal ( Object  a,
Object  b 
)
inlinestaticprivate
boolean com.google.gson.internal.Pair< FIRST, SECOND >.equals ( Object  o)
inline
int com.google.gson.internal.Pair< FIRST, SECOND >.hashCode ( )
inline
String com.google.gson.internal.Pair< FIRST, SECOND >.toString ( )
inline

类成员变量说明

final FIRST com.google.gson.internal.Pair< FIRST, SECOND >.first
final SECOND com.google.gson.internal.Pair< FIRST, SECOND >.second

该类的文档由以下文件生成: