Hub::Knots::SortedHash - Sorted Hash


hub-standard documentation  | view source Contained in the hub-standard distribution.

Index


NAME

Top

Hub::Knots::SortedHash - Sorted Hash

SYNOPSIS

Top

DESCRIPTION

Top

The functions keys, values, and each will return the hash entries in the order they were created.

PUBLIC METHODS

Top

clear_sort_keys

set_sort_keys

INTERNAL METHODS

Top

TIEHASH

Initialize private hash members

STORE

Add the key to the sorted list

FETCH

FIRSTKEY

Set iterator to zero and return the first key in the sorted list

NEXTKEY

Increment the iterator return the key at that index

DELETE

Remove the key from the sorted list

AUTHOR

Top

Ryan Gies (ryangies@livesite.net)

COPYRIGHT

Top

UPDATED

Top

08/02/2007


hub-standard documentation  | view source Contained in the hub-standard distribution.