com.hazelcast.client.impl.protocol.util
Class Int2ObjectHashMap.KeySet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<Integer>
com.hazelcast.client.impl.protocol.util.Int2ObjectHashMap.KeySet
- All Implemented Interfaces:
- Iterable<Integer>, Collection<Integer>, Set<Integer>
- Enclosing class:
- Int2ObjectHashMap<V>
public class Int2ObjectHashMap.KeySet
- extends AbstractSet<Integer>
Int2ObjectHashMap.KeySet
public Int2ObjectHashMap.KeySet()
size
public int size()
- Specified by:
size
in interface Collection<Integer>
- Specified by:
size
in interface Set<Integer>
- Specified by:
size
in class AbstractCollection<Integer>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Collection<Integer>
- Specified by:
isEmpty
in interface Set<Integer>
- Overrides:
isEmpty
in class AbstractCollection<Integer>
contains
public boolean contains(Object o)
- Specified by:
contains
in interface Collection<Integer>
- Specified by:
contains
in interface Set<Integer>
- Overrides:
contains
in class AbstractCollection<Integer>
contains
public boolean contains(int key)
iterator
public Int2ObjectHashMap.KeyIterator iterator()
- Specified by:
iterator
in interface Iterable<Integer>
- Specified by:
iterator
in interface Collection<Integer>
- Specified by:
iterator
in interface Set<Integer>
- Specified by:
iterator
in class AbstractCollection<Integer>
remove
public boolean remove(Object o)
- Specified by:
remove
in interface Collection<Integer>
- Specified by:
remove
in interface Set<Integer>
- Overrides:
remove
in class AbstractCollection<Integer>
remove
public boolean remove(int key)
clear
public void clear()
- Specified by:
clear
in interface Collection<Integer>
- Specified by:
clear
in interface Set<Integer>
- Overrides:
clear
in class AbstractCollection<Integer>
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.