Example usage for java.util Map.Entry interface-usage

List of usage examples for java.util Map.Entry interface-usage

Introduction

In this page you can find the example usage for java.util Map.Entry interface-usage.

Usage

From source file DNSUtil.java

/**
 * Abstract Pair class to assist with creating correct Map Entry implementations.
 *
 * @author James Strachan
 * @author Michael A. Smith
 * @author Neil O'Toole

From source file okuyama.imdst.util.FileBaseDataMap.java

class FileBaseDataMapEntry implements Map.Entry, Cloneable, Serializable {

    private transient Object key = null;
    private transient Object value = null;
    private transient FileBaseDataMap fileBaseDataMap = null;