mentor/derived/HashViewClass.i3


 Copyright (C) 1995, Digital Equipment Corporation.       
 All rights reserved.                                     
 See the file COPYRIGHT for a full description.           
                                                          
 Last modified on Thu Feb  9 08:56:28 PST 1995 by kalsow  
      modified on Wed Feb 17 17:04:21 PST 1993 by johnh   
      modified on Tue Jun  9 00:35:21 1992 by mhb         

********************************************************************

      *  NOTE: This file is generated automatically from the event
      *        definition file Hash.evt.
      ********************************************************************


<* PRAGMA LL *>

INTERFACE HashViewClass;

<*NOWARN*> IMPORT IntList, HashFmt, FormsVBT, View, Thread;

TYPE
  T <: Public;
  Public = View.T OBJECT
      METHODS
      <*LL = {} *>
        oeSetup ( data: FormsVBT.T; nBuckets: INTEGER) RAISES {Thread.Alerted};
        oeInsert ( key: TEXT) RAISES {Thread.Alerted};
        oeFind ( key: TEXT) RAISES {Thread.Alerted};
        oeDelete ( key: TEXT) RAISES {Thread.Alerted};
        oeCompare ( bucket: INTEGER) RAISES {Thread.Alerted};
        oeCheckDeletable ( bucket: INTEGER) RAISES {Thread.Alerted};
        oeCheckHashPosition ( bucket: INTEGER) RAISES {Thread.Alerted};
        oeAddToBucket ( key: TEXT; bucket: INTEGER) RAISES {Thread.Alerted};
        oeDeleteFromBucket ( key: TEXT; bucket: INTEGER; markEmpty: BOOLEAN) RAISES {Thread.Alerted};
      <*LL = VBT.mu *>
        ueFindReport ( buckets: IntList.T) RAISES {Thread.Alerted};
        ueStopFindReport ( ) RAISES {Thread.Alerted};
      END;

END HashViewClass.

interface View is in: