Added @Deprecated annotation.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2632 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -161,6 +161,7 @@ public class IntIntMap
|
|||||||
*
|
*
|
||||||
* @deprecated use {@link #containsKey}.
|
* @deprecated use {@link #containsKey}.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public boolean contains (int key)
|
public boolean contains (int key)
|
||||||
{
|
{
|
||||||
return (null != locateRecord(key));
|
return (null != locateRecord(key));
|
||||||
|
|||||||
Reference in New Issue
Block a user