Uses of Class
org.tmatesoft.svn.core.internal.util.SVNHashMap.TableEntry
-
Packages that use SVNHashMap.TableEntry Package Description org.tmatesoft.svn.core.internal.util -
-
Uses of SVNHashMap.TableEntry in org.tmatesoft.svn.core.internal.util
Subclasses of SVNHashMap.TableEntry in org.tmatesoft.svn.core.internal.util Modifier and Type Class Description protected static class
SVNEntryHashMap.PooledTableEntry
Fields in org.tmatesoft.svn.core.internal.util declared as SVNHashMap.TableEntry Modifier and Type Field Description private SVNHashMap.TableEntry
SVNHashMap.TableIterator. entry
private SVNHashMap.TableEntry[]
SVNHashMap. myTable
private SVNHashMap.TableEntry
SVNHashMap.TableEntry. next
private SVNHashMap.TableEntry
SVNHashMap.TableIterator. previous
Methods in org.tmatesoft.svn.core.internal.util that return SVNHashMap.TableEntry Modifier and Type Method Description protected SVNHashMap.TableEntry
SVNEntryHashMap. createTableEntry(java.lang.Object key, java.lang.Object value, int hash)
protected SVNHashMap.TableEntry
SVNHashMap. createTableEntry(java.lang.Object key, java.lang.Object value, int hash)
-