- get(Object) - Method in class org.greenrobot.essentials.collections.AbstractMultimap
-
- get(long) - Method in class org.greenrobot.essentials.collections.LongHashMap
-
- get(long) - Method in class org.greenrobot.essentials.collections.LongHashMap.Synchronized
-
- get() - Method in class org.greenrobot.essentials.io.CircularByteBuffer
-
Gets a single byte return or -1 if no data is available.
- get(byte[]) - Method in class org.greenrobot.essentials.io.CircularByteBuffer
-
Gets as many of the requested bytes as available from this buffer.
- get(byte[], int, int) - Method in class org.greenrobot.essentials.io.CircularByteBuffer
-
Gets as many of the requested bytes as available from this buffer.
- get(KEY) - Method in class org.greenrobot.essentials.ObjectCache
-
Get the cached entry or null if no valid cached entry is found.
- getBytesLeft() - Method in class org.greenrobot.essentials.io.LimitedInputStream
-
- getCountEvicted() - Method in class org.greenrobot.essentials.ObjectCache
-
- getCountExpired() - Method in class org.greenrobot.essentials.ObjectCache
-
- getCountHit() - Method in class org.greenrobot.essentials.ObjectCache
-
- getCountMiss() - Method in class org.greenrobot.essentials.ObjectCache
-
- getCountPut() - Method in class org.greenrobot.essentials.ObjectCache
-
- getCountRefCleared() - Method in class org.greenrobot.essentials.ObjectCache
-
- getDayAsReadableInt(long) - Static method in class org.greenrobot.essentials.DateUtils
-
Readable yyyyMMdd int representation of a day, which is also sortable.
- getDayAsReadableInt(Calendar) - Static method in class org.greenrobot.essentials.DateUtils
-
Readable yyyyMMdd representation of a day, which is also sortable.
- getDayDifference(long, long) - Static method in class org.greenrobot.essentials.DateUtils
-
- getDayDifferenceOfReadableInts(int, int) - Static method in class org.greenrobot.essentials.DateUtils
-
- getDigest(InputStream, String) - Static method in class org.greenrobot.essentials.io.IoUtils
-
- getInputStream() - Method in class org.greenrobot.essentials.io.PipelineOutputStream
-
- getInstance() - Static method in class org.greenrobot.essentials.PrimitiveArrayUtils
-
- getInstanceSafe() - Static method in class org.greenrobot.essentials.PrimitiveArrayUtils
-
- getIntBE(byte[], int) - Method in class org.greenrobot.essentials.PrimitiveArrayUtils
-
- getIntLE(byte[], int) - Method in class org.greenrobot.essentials.PrimitiveArrayUtils
-
- getIntLE(char[], int) - Method in class org.greenrobot.essentials.PrimitiveArrayUtils
-
- getLongBE(byte[], int) - Method in class org.greenrobot.essentials.PrimitiveArrayUtils
-
- getLongLE(byte[], int) - Method in class org.greenrobot.essentials.PrimitiveArrayUtils
-
- getMaxSize() - Method in class org.greenrobot.essentials.ObjectCache
-
- getMd5(File) - Static method in class org.greenrobot.essentials.io.FileUtils
-
- getMd5(InputStream) - Static method in class org.greenrobot.essentials.io.IoUtils
-
- getSha1(File) - Static method in class org.greenrobot.essentials.io.FileUtils
-
- getSha1(InputStream) - Static method in class org.greenrobot.essentials.io.IoUtils
-
- getSha256(File) - Static method in class org.greenrobot.essentials.io.FileUtils
-
- getSha256(InputStream) - Static method in class org.greenrobot.essentials.io.IoUtils
-
- getStatsStringRemoved() - Method in class org.greenrobot.essentials.ObjectCache
-
- getTimeForDay(int, int, int) - Static method in class org.greenrobot.essentials.DateUtils
-
- getTimeForDay(Calendar, int, int, int) - Static method in class org.greenrobot.essentials.DateUtils
-
- getTimeFromDayReadableInt(int) - Static method in class org.greenrobot.essentials.DateUtils
-
Returns midnight of the given day.
- getTimeFromDayReadableInt(Calendar, int, int) - Static method in class org.greenrobot.essentials.DateUtils
-
- getValue() - Method in class org.greenrobot.essentials.hash.FNV32
-
- getValue() - Method in class org.greenrobot.essentials.hash.FNV64
-
- getValue() - Method in class org.greenrobot.essentials.hash.Murmur3A
-
- getValue() - Method in class org.greenrobot.essentials.hash.Murmur3F
-
- getValue() - Method in class org.greenrobot.essentials.hash.PrimitiveDataChecksum
-
- getValueBigInteger() - Method in interface org.greenrobot.essentials.hash.Checksum128
-
Positive value.
- getValueBigInteger() - Method in class org.greenrobot.essentials.hash.Murmur3F
-
Positive value.
- getValueBytesBigEndian() - Method in interface org.greenrobot.essentials.hash.Checksum128
-
Big endian is the default in Java / network byte order.
- getValueBytesBigEndian() - Method in class org.greenrobot.essentials.hash.Murmur3F
-
- getValueBytesLittleEndian() - Method in interface org.greenrobot.essentials.hash.Checksum128
-
Big endian is used by most machines natively.
- getValueBytesLittleEndian() - Method in class org.greenrobot.essentials.hash.Murmur3F
-
- getValueHexString() - Method in interface org.greenrobot.essentials.hash.Checksum128
-
Padded with leading 0s to ensure length of 32.
- getValueHexString() - Method in class org.greenrobot.essentials.hash.Murmur3F
-
Padded with leading 0s to ensure length of 32.
- getValueHigh() - Method in interface org.greenrobot.essentials.hash.Checksum128
-
Returns the higher 64 bits of the 128 bit hash.
- getValueHigh() - Method in class org.greenrobot.essentials.hash.Murmur3F
-
Returns the higher 64 bits of the 128 bit hash.