Home
Java Tutorial
Language
Data Type
Operators
Statement Control
Class Definition
Development
Reflection
Regular Expressions
Collections
Thread
File
Generics
I18N
Swing
Swing Event
2D Graphics
SWT
SWT 2D Graphics
Network
Database
Hibernate
JPA
JSP
JSTL
Servlet
Web Services SOA
EJB3
Spring
PDF
Email
J2ME
J2EE Application
XML
Design Pattern
Log
Security
Apache Common
Ant
JUnit
Collections Search « Collections « Java Tutorial
Java Tutorial
Collections
Collections Search
9.41.Collections Search
9.41.1.
Binary Searching
9.41.2.
Check whether the given Collection contains the given element instance.
9.41.3.
Binary search routines
9.41.4.
Return the first element in 'candidates' that is contained in source
9.41.5.
Find a value of the given type in the given Collection
9.41.6.
Get the difference of two collections
9.41.7.
A binary search implementation.