swishej
Class Mark

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--swishej.Mark

class Mark
extends java.util.Hashtable

Class to implement a list for marking file numbers.

See Also:
Serialized Form

Fields inherited from class java.util.Hashtable
count, ENTRIES, entrySet, KEYS, keySet, loadFactor, modCount, serialVersionUID, table, threshold, values, VALUES
 
Constructor Summary
(package private) Mark()
           
 
Method Summary
(package private)  boolean ismarked(int num)
          Tests a file number being already marked.
(package private)  void marknum(int num)
          Marks a file number.
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, readObject, rehash, remove, size, toString, values, writeObject
 
Methods inherited from class java.lang.Object
, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

Mark

Mark()
Method Detail

marknum

void marknum(int num)
Marks a file number.
Parameters:
num - file number to be marked

ismarked

boolean ismarked(int num)
Tests a file number being already marked.
Parameters:
num - file number to be tested
Returns:
true, if the file number is marked, false otherwise


Contact: Christian.Werner@t-online.de