public final class ProcMaps extends Object
| Modifier and Type | Method and Description |
|---|---|
List<Mapping> |
findAll(Predicate<? super Mapping> test) |
Mapping |
findFirst(Predicate<? super Mapping> test) |
static ProcMaps |
forPID(int pid) |
static ProcMaps |
forSelf() |
List<Mapping> |
list() |
public static ProcMaps forSelf() throws IOException
IOExceptionpublic static ProcMaps forPID(int pid) throws IOException
IOExceptionCopyright © 2023. All rights reserved.