@ThreadSafe public class LockedInodePathList extends Object implements AutoCloseable, Iterable<LockedInodePath>
Constructor and Description |
---|
LockedInodePathList(List<LockedInodePath> inodePathList)
Creates a new instance of
LockedInodePathList . |
Modifier and Type | Method and Description |
---|---|
void |
close() |
List<LockedInodePath> |
getInodePathList()
get the associated inodePathList.
|
Iterator<LockedInodePath> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public LockedInodePathList(List<LockedInodePath> inodePathList)
LockedInodePathList
.inodePathList
- the list to be closedpublic List<LockedInodePath> getInodePathList()
public void close()
close
in interface AutoCloseable
public Iterator<LockedInodePath> iterator()
iterator
in interface Iterable<LockedInodePath>
Copyright © 2023. All Rights Reserved.