Copyright © Rasmus Sten and contributors, 1997-2004

nu.dll.lyskom
Class ReadTextsMap

java.lang.Object
  |
  +--nu.dll.lyskom.ReadTextsMap

public class ReadTextsMap
extends java.lang.Object

Class that can be used to check if a text has been read.


Constructor Summary
ReadTextsMap()
           
 
Method Summary
 void add(int no)
           
 boolean contains(int no)
           
 int count()
           
 boolean exists(int no)
          Deprecated. changed name to contains(int)
 void remove(int no)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadTextsMap

public ReadTextsMap()
Method Detail

add

public void add(int no)

count

public int count()

exists

public boolean exists(int no)
Deprecated. changed name to contains(int)

See Also:
contains(int)

contains

public boolean contains(int no)

remove

public void remove(int no)

Copyright © Rasmus Sten and contributors, 1997-2004