Skip navigation links
A B C E G H J L O R S U 

A

apply(T, U) - Method in interface org.web3j.compat.BiFunction
 

B

BiFunction<T,U,R> - Interface in org.web3j.compat
Ports java.util.function.BiFunction.
BYTES - Static variable in class org.web3j.compat.Compat
The number of bytes used to represent a long value in two's complement binary form.

C

Compat - Class in org.web3j.compat
Provides compatibility methods to substitute those methods from Java SDK that are not supported on Android.

E

equals(Object, Object) - Static method in class org.web3j.compat.Compat
Ports Objects.equals(Object a, Object b)

G

getTypeName(Type) - Static method in class org.web3j.compat.Compat
Ports Type.getTypeName().

H

hashCode(boolean) - Static method in class org.web3j.compat.Compat
Ports Boolean.hashCode(boolean).

J

java.lang - package java.lang
 
join(CharSequence, CharSequence...) - Static method in class org.web3j.compat.Compat
Ports String.join(CharSequence, CharSequence...).

L

longValueExact(BigInteger) - Static method in class org.web3j.compat.Compat
Ports BigInteger.longValueExact().

O

org.web3j.compat - package org.web3j.compat
 

R

requireNonNull(T) - Static method in class org.web3j.compat.Compat
Ports Objects.requireNonNull(T obj)

S

SafeVarargs - Annotation Type in java.lang
This class won't be loaded at runtime as it "overrides" a bootstrap class from JDK.

U

UTF_8 - Static variable in class org.web3j.compat.Compat
Ports StandardCharsets.UTF_8.
A B C E G H J L O R S U 
Skip navigation links