Example usage for android.support.v4.util SimpleArrayMap subclass-usage

List of usage examples for android.support.v4.util SimpleArrayMap subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.util SimpleArrayMap subclass-usage.

Usage

From source file com.bmd.android.collection.example.EnhancedArrayMap.java

/**
 * Enhanced implementation of {@link android.support.v4.util.SimpleArrayMap} supporting
 * parcelable serialization, iteration and proper equals implementation
 * (see <a href="https://code.google.com/p/android/issues/detail?id=68406">issue 68406</a>).
 *
 * @param <K> the key type.