vqServer API Class vq.utils.koentry

java.lang.Object
    |
    +----vq.utils.klentry
            |
            +----vq.utils.koentry
Contents
Package index
Package
API index

public class koentry
extends klentry
A list entry which represents a key:object pair.

See Also:
kolist

Variable Index

 o object
The object associated with the entry.

Constructor Index

 o koentry(String, Object)
Creates a new entry with the specified key and object.

Method Index

 o kill()
Kills the entry.

Field Detail

 o object
public java.lang.Object object
          The object associated with the entry.

Constructor Detail

 o koentry
public koentry(java.lang.String theKey,
               java.lang.Object theObject)
          Creates a new entry with the specified key and object.
Parameters:
theKey - the entry's key
theObject - the entry's object

Method Detail

 o kill
public void kill()
          Kills the entry. Warning: do not invoke this method if the entry is a member of a list.
Overrides:
kill in class klentry


vqServer API version 1.9. vqServer and the vqServer API are copyright © Steve Shering and vqSoft 1997-2000. Last updated 15 May 2000.

Contents
Package index
Package
API index