io/
Gateway.js
io/
RemoteObject.js
Preprocessor.js
search/
BinarySearch.js
sort/
QuickSort.js
Ui
ui/
Dock.js
ui/
EventManager.js
ui/
EyeCandy.js
ui/
Mouse.js
Util
util/
BrowserSniffer.js
util/
Collections.js
util/
Console.js
util/
Cookie.js
util/
Log.js
util/
Output.js
util/
Properties.js
util/
Recorder.js
Xml
xml/
XmlDocument.js
xml/
XmlSax.js
XmlW3CDom.js
Index
Everything
Classes
Files
Functions
Variables
search/
BinarySearch.js
Copyright
2004 Rob Rohan (
robr
.nosp@m.
ohan
@
gmai
.nosp@m.
l.com
)
Summary
search/
BinarySearch.js
2004 Rob Rohan (
robr
.nosp@m.
ohan
@
gmai
.nosp@m.
l.com
)
Functions
binarySearch
Functions
binarySearch
function binarySearch(
array,
lower,
upper,
key
)
Parameters
array
the array to search
lower
the lower bound (0 when whole array)
upper
the upper bound (array.len when whole array)
key
what you’re searching for
Generated by
Natural Docs
function binarySearch(
array,
lower,
upper,
key
)