| Package | Description |
|---|---|
| org.github.jamm | |
| org.github.jamm.strategies |
| Modifier and Type | Field and Description |
|---|---|
static List<MemoryMeter.Guess> |
MemoryMeter.BEST
The default guesses in accuracy order.
|
| Modifier and Type | Method and Description |
|---|---|
static MemoryMeter.Guess |
MemoryMeter.Guess.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemoryMeter.Guess[] |
MemoryMeter.Guess.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MemoryMeter.Guess.canBeUsedAsFallbackFrom(MemoryMeter.Guess guess) |
MemoryMeter.Builder |
MemoryMeter.Builder.withGuessing(MemoryMeter.Guess strategy,
MemoryMeter.Guess... fallbacks)
Specify what should be the strategy used to measure the shallow size of object.
|
MemoryMeter.Builder |
MemoryMeter.Builder.withGuessing(MemoryMeter.Guess strategy,
MemoryMeter.Guess... fallbacks)
Specify what should be the strategy used to measure the shallow size of object.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MemoryMeter.Guess.checkOrder(List<MemoryMeter.Guess> guesses) |
| Modifier and Type | Method and Description |
|---|---|
MemoryMeterStrategy |
MemoryMeterStrategies.getStrategy(List<MemoryMeter.Guess> guessList) |
Copyright © 2023. All rights reserved.