Uses of Class
com.biglybt.core.util.LinkFileMap.Entry
-
Packages that use LinkFileMap.Entry Package Description com.biglybt.core.util -
-
Uses of LinkFileMap.Entry in com.biglybt.core.util
Fields in com.biglybt.core.util with type parameters of type LinkFileMap.Entry Modifier and Type Field Description private java.util.Map<java.lang.Integer,LinkFileMap.Entry>
LinkFileMap. index_map
private java.util.Map<LinkFileMap.wrapper,LinkFileMap.Entry>
LinkFileMap. name_map
Methods in com.biglybt.core.util that return LinkFileMap.Entry Modifier and Type Method Description LinkFileMap.Entry
LinkFileMap. getEntry(int index, java.io.File from_file)
Methods in com.biglybt.core.util that return types with arguments of type LinkFileMap.Entry Modifier and Type Method Description java.util.Iterator<LinkFileMap.Entry>
LinkFileMap. entryIterator()
-