Example usage for org.apache.commons.collections15 IterableMap interface-usage

List of usage examples for org.apache.commons.collections15 IterableMap interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections15 IterableMap interface-usage.

Usage

From source file com.eatnumber1.util.collections.persistent.PersistentMap.java

/**
 * @author Russell Harmon
 * @since Jul 14, 2009
 */
public interface PersistentMap<K, V> extends IterableMap<K, V>, Closeable, Flushable {
}