Index

E F H I O P S T 
All Classes and Interfaces|All Packages

E

equals(Object) - Method in record class io.github.mrtimeey.objectfinder.type.Pair
Indicates whether some other object is "equal to" this one.

F

find(Object, Pair<String, Object>, Class<T>) - Static method in class io.github.mrtimeey.objectfinder.core.FindObjectUtils
Searches for the first occurrence (top down) of provided search pattern.
findAll(Object, Pair<String, Object>, Class<T>) - Static method in class io.github.mrtimeey.objectfinder.core.FindObjectUtils
Searches for tall occurrence (top down) of provided search pattern.
FindObjectUtils - Class in io.github.mrtimeey.objectfinder.core
Utility class to find specific objects in complex data structures.
first() - Method in record class io.github.mrtimeey.objectfinder.type.Pair
Returns the value of the first record component.

H

hashCode() - Method in record class io.github.mrtimeey.objectfinder.type.Pair
Returns a hash code value for this object.

I

io.github.mrtimeey.objectfinder.core - package io.github.mrtimeey.objectfinder.core
 
io.github.mrtimeey.objectfinder.type - package io.github.mrtimeey.objectfinder.type
 

O

of(T, R) - Static method in record class io.github.mrtimeey.objectfinder.type.Pair
 

P

Pair<T,R> - Record Class in io.github.mrtimeey.objectfinder.type
 
Pair(T, R) - Constructor for record class io.github.mrtimeey.objectfinder.type.Pair
Creates an instance of a Pair record class.

S

second() - Method in record class io.github.mrtimeey.objectfinder.type.Pair
Returns the value of the second record component.

T

toString() - Method in record class io.github.mrtimeey.objectfinder.type.Pair
Returns a string representation of this record class.
E F H I O P S T 
All Classes and Interfaces|All Packages