http://commons.apache.org/proper/commons-collections/: The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.
(The Apache Software Foundation)
- Rafael U. C. Afonso
- Max Rydahl Andersen
- Avalon
- Federico Barbieri
- Jeffrey Barnes
- Nicola Ken Barozzi
- Arron Bates
- Sebastian Bazley
- Benjamin Bentmann
- Ola Berg
- Sam Berlin
- Christopher Berry
- Nathan Beyer
- Rune Peter Bjørnstad
- Janek Bogucki
- Maarten Brak
- Dave Bryson
- Chuck Burdick
- Julien Buret
- Josh Cain
- Jonathan Carlson
- Ram Chidambaram
- Steve Clark
- Benoit Corne
- Eric Crampton
- Dimiter Dimitrov
- Peter Donald
- Steve Downey
- Rich Dougherty
- Tom Dunham
- Stefano Fornari
- Andrew Freeman
- Gerhard Froehlich
- Goran Hacek
- David Hay
- Mario Ivankovits
- Paul Jack
- Eric Johnson
- Kent Johnson
- Marc Johnson
- Roger Kapsi
- Nissim Karpenstein
- Shinobu Kawai
- Stephen Kestle
- Mohan Kishore
- Simon Kitching
- Thomas Knych
- Serge Knystautas
- Peter KoBek
- Jordan Krey
- Olaf Krische
- Guilhem Lavaux
- Paul Legato
- David Leppik
- Berin Loritsch
- Hendrik Maryns
- Stefano Mazzocchi
- Brian McCallister
- David Meikle
- Steven Melzer
- Leon Messerschmidt
- Mauricio S. Moura
- Kasper Nielsen
- Stanislaw Osinski
- Alban Peignier
- Mike Pettypiece
- Steve Phelps
- Ilkka Priha
- Jonas Van Poucke
- Will Pugh
- Herve Quiroz
- Daniel Rall
- Robert Ribnitz
- Huw Roberts
- Henning P. Schmiedehausen
- Joerg Schmuecker
- Howard Lewis Ship
- Joe Raysa
- Jeff Rodriguez
- Ashwin S
- Jordane Sarda
- Thomas Schapitz
- Jon Schewe
- Andreas Schlosser
- Christian Siefkes
- Michael Smith
- Stephen Smith
- Jan Sorensen
- Jon S. Stevens
- James Strachan
- Leo Sutic
- Radford Tam
- Chris Tilden
- Neil O'Toole
- Jeff Turner
- Kazuya Ujihara
- Thomas Vahrst
- Jeff Varszegi
- Ralph Wagner
- Hollis Waite
- David Weinrich
- Dieter Wimberger
- Serhiy Yevtushenko
- Sai Zhang
- Jason van Zyl
- Geoff Schoeman
- Goncalo Marques
- Vamsi Kavuri
- Matt Benson
- James Carman
- Stephen Colebourne
- Robert Burrell Donkin
- Morgan Delagrange
- Gary Gregory
- Matthew Hawthorne
- Dipanjan Laha
- Geir Magnusson
- Luc Maisonobe
- Craig McClanahan
- Thomas Neidhart
- Adrian Nistor
- Arun M. Thomas
- Rodney Waldhoff
- Henri Yandell
- Rob Tompkins
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
This package contains implementations of the Comparator
interface. You may also consider using ComparatorUtils
, which is a single class that uses static methods to construct instances of the classes in this package.
/**
* This package contains implementations of the
* {@link java.util.Comparator Comparator} interface.
* <p>
* You may also consider using
* {@link org.apache.commons.collections4.ComparatorUtils ComparatorUtils},
* which is a single class that uses static methods to construct instances
* of the classes in this package.
*
*/
package org.apache.commons.collections4.comparators;