Interface Hashing

public interface Hashing
Das Interface deklariert die Methoden zum Hashing.


Method Index

 o delete(Object)
 o insert(Object)
 o lookup(Object)
 o toString()

Methods

 o toString
 public abstract String toString()
Overrides:
toString in class Object
 o lookup
 public abstract Object lookup(Object x)
 o insert
 public abstract boolean insert(Object x)
 o delete
 public abstract boolean delete(Object x)