| BmConcatLongIterator | The concatenating iterator over longvalues. | 
| BmEmptyLongIterator | Empty longiterator. | 
| BmLongArrayIterator | An iterator over an array of long. | 
| BmLongHashMap<V> | This code is adoption of 'HashMap' from Apache Harmony refactored to support primitive long keys.This implementation doesn't support removal of entries via itearator.
 | 
| BmLongHashMap.MapIterator<V> |  | 
| BmLongHashMapTest |  | 
| BmLongHashSet | This code is adoption of 'HashMap' from Apache Harmony refactored to support primitive long keys.This implementation doesn't support removal of elements via itearator.
 | 
| BmLongHashSet.MapIterator |  | 
| BmLongHashSetTest |  | 
| BmLongList | List of longvalues. | 
| BmLongSegmentSyncMap<T> | A Long map with segment synchronization. | 
| BmLongSegmentSyncMapTest |  | 
| BmLongSegmentSyncSet | A Long set with segment synchronization. | 
| BmLongSegmentSyncSetTest |  | 
| BmSegmentSyncMap<P,T> | Deprecated. | 
| IBmLongSet.Entry | A set entry. |