Go to the source code of this file.
Classes | |
class | HashMap |
class | HashMap::HashEntry |
class | HashMap::Segment |
class | HashMap::HashIterator |
class | HashMap::KeyIterator |
class | HashMap::ValueIterator |
Variables | |
module mango cache | HashMap |
Permission is hereby granted to anyone to use this software for any purpose, including commercial applications, and to alter it and/or redistribute it freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment within documentation of said product would be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
3. This notice may not be removed or altered from any distribution of the source.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the public domain, as explained at http://creativecommons.org/licenses/publicdomain
Definition in file HashMap.d.
|
|