Home Reference Source Repository
public class | source

Pair

Pair that encapsulates the result of an increment in the array.

Constructor Summary

Public Constructor
public

constructor(entry: Object, counter: Number)

Member Summary

Public Members
public

c: *

public

e: *

Public Constructors

public constructor(entry: Object, counter: Number) source

Params:

NameTypeAttributeDescription
entry Object

The entry incremented.

counter Number

The counter associated to that entry.

Public Members

public c: * source

public e: * source