@ThreadSafe public final class InodePathPair extends Pair<LockedInodePath,LockedInodePath> implements AutoCloseable
LockedInodePath
s. This is threadsafe, since the
elements cannot set once the pair is constructed.Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
setFirst(LockedInodePath first)
Set the first value.
|
void |
setSecond(LockedInodePath second)
Set the second value.
|
public void setFirst(LockedInodePath first)
Pair
setFirst
in class Pair<LockedInodePath,LockedInodePath>
first
- the value to be setpublic void setSecond(LockedInodePath second)
Pair
setSecond
in class Pair<LockedInodePath,LockedInodePath>
second
- the value to be setpublic void close()
close
in interface AutoCloseable
Copyright © 2023. All Rights Reserved.