org.apache.commons.functor.example.kata.two
Interface BinaryChop
- All Known Implementing Classes:
- BaseBinaryChop
public interface BinaryChop
See http://pragprog.com/pragdave/Practices/Kata/KataTwo.rdoc,v
for more information on this Kata.
- Version:
- $Revision: 666345 $ $Date: 2008-06-11 00:13:44 +0200 (Wed, 11 Jun 2008) $
- Author:
- Rodney Waldhoff
find
int find(int seeking,
int[] in)
find
int find(Object seeking,
Object[] in)
find
int find(Object seeking,
List in)
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.