Overview

Namespaces

  • Peach
    • DF
    • DT
    • Http
      • Body
      • Header
    • Markup
    • Util

Classes

  • AbstractMapEntry
  • ArrayMap
  • ArrayMapEntry
  • Arrays
  • DefaultComparator
  • DefaultEquator
  • HashMap
  • HashMapEntry
  • Strings
  • Values

Interfaces

  • Comparable
  • Comparator
  • Equator
  • Map
  • MapEntry
  • Overview
  • Namespace
  • Class

Class AbstractMapEntry

デフォルトの Peach\Util\MapEntry の実装です. このクラスでは getKey(), getValue() のみ実装されています.

Peach\Util\AbstractMapEntry implements Peach\Util\MapEntry

Direct known subclasses

Peach\Util\ArrayMapEntry, Peach\Util\HashMapEntry
Abstract
Namespace: Peach\Util
Located at Peach/Util/AbstractMapEntry.php
Methods summary
public
# __construct( mixed $key, mixed $value )

新しいエントリーオブジェクトを構築します.

新しいエントリーオブジェクトを構築します.

Parameters

$key
キー
$value
値
public mixed
# getKey( )

このエントリーのキーを返します.

このエントリーのキーを返します.

Returns

mixed
このエントリーのキー

Implementation of

Peach\Util\MapEntry::getKey()
public mixed
# getValue( )

このエントリーの値を返します.

このエントリーの値を返します.

Returns

mixed
このエントリーの値

Implementation of

Peach\Util\MapEntry::getValue()
Methods inherited from Peach\Util\MapEntry
setValue()
Properties summary
protected mixed $key

マッピングのキーです.

マッピングのキーです.

#
protected mixed $value

マッピングの値です.

マッピングの値です.

#
PEACH2 API documentation generated by ApiGen