@ThreadSafe public final class InodePathPair extends Pair<LockedInodePath,LockedInodePath> implements java.lang.AutoCloseable
LockedInodePaths. 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) |
void |
setSecond(LockedInodePath second) |
public void setFirst(LockedInodePath first)
setFirst in class Pair<LockedInodePath,LockedInodePath>public void setSecond(LockedInodePath second)
setSecond in class Pair<LockedInodePath,LockedInodePath>public void close()
close in interface java.lang.AutoCloseableCopyright © 2020. All Rights Reserved.