jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-core
/
com.github.javaparser.utils
/
Pair
Pair
open
class
Pair
<
A
,
B
>
(
source
)
Simply a pair of objects.
Parameters
<A>
type of object a.
<B>
type of object b.
Members
Constructors
Pair
Link copied to clipboard
constructor
(
a
:
A
,
b
:
B
)
Properties
a
Link copied to clipboard
val
a
:
A
b
Link copied to clipboard
val
b
:
B
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String