|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.aelitis.azureus.core.util.LinkFileMap
public class LinkFileMap
| Nested Class Summary | |
|---|---|
static class |
LinkFileMap.Entry
|
| Constructor Summary | |
|---|---|
LinkFileMap()
|
|
| Method Summary | |
|---|---|
Iterator<LinkFileMap.Entry> |
entryIterator()
|
File |
get(int index,
File from_file)
|
LinkFileMap.Entry |
getEntry(int index,
File from_file)
|
String |
getString()
|
boolean |
hasLinks()
|
void |
put(int index,
File from_file,
File to_file)
|
void |
putMigration(File from_file,
File to_file)
|
void |
remove(int index,
File key)
|
int |
size()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LinkFileMap()
| Method Detail |
|---|
public File get(int index,
File from_file)
public LinkFileMap.Entry getEntry(int index,
File from_file)
public void put(int index,
File from_file,
File to_file)
public void putMigration(File from_file,
File to_file)
public void remove(int index,
File key)
public boolean hasLinks()
public int size()
public Iterator<LinkFileMap.Entry> entryIterator()
public String getString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||