| Modifier and Type | Method and Description |
|---|---|
Mapping |
ProcMaps.findFirst(Predicate<? super Mapping> test)
Finds the first memory mapping that matches the given predicate.
|
| Modifier and Type | Method and Description |
|---|---|
List<Mapping> |
ProcMaps.findAll(Predicate<? super Mapping> test)
Finds all memory mappings that match the given predicate.
|
List<Mapping> |
ProcMaps.list()
Returns an unmodifiable list of memory mappings.
|
| Modifier and Type | Method and Description |
|---|---|
List<Mapping> |
ProcMaps.findAll(Predicate<? super Mapping> test)
Finds all memory mappings that match the given predicate.
|
Mapping |
ProcMaps.findFirst(Predicate<? super Mapping> test)
Finds the first memory mapping that matches the given predicate.
|
Copyright © 2024. All rights reserved.