Util/ Search.js

Search related objects

Copyright

2004-2006 Rob Rohan (robr.nosp@m.ohan@gmai.nosp@m.l.com)

Summary
Search related objects
Binary search object
return class from binary search.
the current version

BinarySearch

Binary search object

Namespace

Sortie.Util

Summary
return class from binary search.
the current version

Functions

HitArea

this.HitArea = function()

return class from binary search.  This is used As a Class

BinarySearch. Search

Parameters

arraythe array to search
lowerthe lower bound (0 when whole array)
upperthe upper bound (array.len when whole array)
keywhat you’re searching for

Returns

HitArea

See Also

HitArea

Variables

Sortie. Util. Search. VERSION

the current version

this.HitArea = function()
return class from binary search.