Skip navigation links
A C E G H I M O T 

A

AccessKeyMonad - Class in io.paulbaker.libs.datastructures
Represents a general yet type-safe way to represent an api key
AccessKeyMonad(key) - Constructor for class io.paulbaker.libs.datastructures.AccessKeyMonad
Represents a general yet type-safe way to represent an api key
asBasicAuthString() - Method in class io.paulbaker.libs.datastructures.CredentialsTuple
 

C

compareTo(other) - Method in class io.paulbaker.libs.datastructures.OrdinalMonad
 
compareTo(other) - Method in class io.paulbaker.libs.datastructures.OrdinalTuple
 
component1() - Method in class io.paulbaker.libs.datastructures.CredentialsTuple
 
component1() - Method in class io.paulbaker.libs.datastructures.Monad
 
component1() - Method in class io.paulbaker.libs.datastructures.OrdinalMonad
 
component1() - Method in class io.paulbaker.libs.datastructures.OrdinalTuple
 
component1() - Method in class io.paulbaker.libs.datastructures.Tuple
 
component2() - Method in class io.paulbaker.libs.datastructures.CredentialsTuple
 
component2() - Method in class io.paulbaker.libs.datastructures.OrdinalTuple
 
component2() - Method in class io.paulbaker.libs.datastructures.Tuple
 
copy(username, password) - Method in class io.paulbaker.libs.datastructures.CredentialsTuple
Represents a username and password pair
copy(item) - Method in class io.paulbaker.libs.datastructures.Monad
Holds a single item
copy(item) - Method in class io.paulbaker.libs.datastructures.OrdinalMonad
Holds a single comparable item
copy(first, second) - Method in class io.paulbaker.libs.datastructures.OrdinalTuple
Represents a pair of arbitrarily (yet comparable) typed items
copy(first, second) - Method in class io.paulbaker.libs.datastructures.Tuple
Represents a pair of arbitrarily typed items
CredentialsTuple - Class in io.paulbaker.libs.datastructures
Represents a username and password pair
CredentialsTuple(username, password) - Constructor for class io.paulbaker.libs.datastructures.CredentialsTuple
Represents a username and password pair

E

equals(other) - Method in class io.paulbaker.libs.datastructures.AccessKeyMonad
 
equals(other) - Method in class io.paulbaker.libs.datastructures.CredentialsTuple
 
equals(p) - Method in class io.paulbaker.libs.datastructures.Monad
 
equals(p) - Method in class io.paulbaker.libs.datastructures.OrdinalMonad
 
equals(p) - Method in class io.paulbaker.libs.datastructures.OrdinalTuple
 
equals(p) - Method in class io.paulbaker.libs.datastructures.Tuple
 

G

getFirst() - Method in class io.paulbaker.libs.datastructures.OrdinalTuple
 
getFirst() - Method in class io.paulbaker.libs.datastructures.Tuple
 
getItem() - Method in class io.paulbaker.libs.datastructures.Monad
 
getItem() - Method in class io.paulbaker.libs.datastructures.OrdinalMonad
 
getKey() - Method in class io.paulbaker.libs.datastructures.AccessKeyMonad
 
getPassword() - Method in class io.paulbaker.libs.datastructures.CredentialsTuple
 
getSecond() - Method in class io.paulbaker.libs.datastructures.OrdinalTuple
 
getSecond() - Method in class io.paulbaker.libs.datastructures.Tuple
 
getUsername() - Method in class io.paulbaker.libs.datastructures.CredentialsTuple
 

H

hashCode() - Method in class io.paulbaker.libs.datastructures.AccessKeyMonad
 
hashCode() - Method in class io.paulbaker.libs.datastructures.CredentialsTuple
 
hashCode() - Method in class io.paulbaker.libs.datastructures.Monad
 
hashCode() - Method in class io.paulbaker.libs.datastructures.OrdinalMonad
 
hashCode() - Method in class io.paulbaker.libs.datastructures.OrdinalTuple
 
hashCode() - Method in class io.paulbaker.libs.datastructures.Tuple
 

I

io.paulbaker.libs.datastructures - package io.paulbaker.libs.datastructures
 

M

Monad<T> - Class in io.paulbaker.libs.datastructures
Holds a single item
Monad(item) - Constructor for class io.paulbaker.libs.datastructures.Monad
Holds a single item

O

OrdinalMonad<T extends Comparable<? super T>> - Class in io.paulbaker.libs.datastructures
Holds a single comparable item
OrdinalMonad(item) - Constructor for class io.paulbaker.libs.datastructures.OrdinalMonad
Holds a single comparable item
OrdinalTuple<T extends Comparable<? super T>,U extends Comparable<? super U>> - Class in io.paulbaker.libs.datastructures
Represents a pair of arbitrarily (yet comparable) typed items
OrdinalTuple(first, second) - Constructor for class io.paulbaker.libs.datastructures.OrdinalTuple
Represents a pair of arbitrarily (yet comparable) typed items

T

toString() - Method in class io.paulbaker.libs.datastructures.CredentialsTuple
 
toString() - Method in class io.paulbaker.libs.datastructures.Monad
 
toString() - Method in class io.paulbaker.libs.datastructures.OrdinalMonad
 
toString() - Method in class io.paulbaker.libs.datastructures.OrdinalTuple
 
toString() - Method in class io.paulbaker.libs.datastructures.Tuple
 
Tuple<T,U> - Class in io.paulbaker.libs.datastructures
Represents a pair of arbitrarily typed items
Tuple(first, second) - Constructor for class io.paulbaker.libs.datastructures.Tuple
Represents a pair of arbitrarily typed items
A C E G H I M O T 
Skip navigation links