asia.redact.bracket.properties.big
Class PropertiesIndex

java.lang.Object
  extended by asia.redact.bracket.properties.big.PropertiesIndex

public class PropertiesIndex
extends Object

Lint

Author:
Dave

Field Summary
(package private)  HashMap<Integer,Long> map
           
(package private)  RandomAccessFile propFile
           
 
Constructor Summary
PropertiesIndex()
           
PropertiesIndex(File propFile)
           
 
Method Summary
 void addEntry(String key, long index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

HashMap<Integer,Long> map

propFile

RandomAccessFile propFile
Constructor Detail

PropertiesIndex

public PropertiesIndex()

PropertiesIndex

public PropertiesIndex(File propFile)
Method Detail

addEntry

public void addEntry(String key,
                     long index)


Copyright © 2011-2013 David R. Smith. All Rights Reserved.