コード例 #1
0
 /** @return an unmodifiable set of the children inodes */
 public synchronized Set<Inode> getChildren() {
   return ImmutableSet.copyOf(mChildren.iterator());
 }