@ThreadSafe public class LockedInodePathList extends java.lang.Object implements java.lang.AutoCloseable, java.lang.Iterable<LockedInodePath>
| Constructor and Description |
|---|
LockedInodePathList(java.util.List<LockedInodePath> inodePathList)
Creates a new instance of
LockedInodePathList. |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.util.List<LockedInodePath> |
getInodePathList()
get the associated inodePathList.
|
java.util.Iterator<LockedInodePath> |
iterator() |
public LockedInodePathList(java.util.List<LockedInodePath> inodePathList)
LockedInodePathList.inodePathList - the list to be closedpublic java.util.List<LockedInodePath> getInodePathList()
public void close()
close in interface java.lang.AutoCloseablepublic java.util.Iterator<LockedInodePath> iterator()
iterator in interface java.lang.Iterable<LockedInodePath>Copyright © 2020. All Rights Reserved.