Robert Krimen > Data-KeyDiff-0.021 > Data::KeyDiff::Element

Download:
Data-KeyDiff-0.021.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

DESCRIPTION ^

An element from a set

METHODS ^

$element->key

The key of the item

$element->value

The prepared value of the item, if a prepare method was given (otherwise, this is just the original item)

$element->rank

The rank of the item in the set

$element->position

The position of the item in the set

$element->item

The original, unmodified item from the set

$element->in_before

Indicates that the item is from the before set

$element->in_after

Indicates that the item is from the after set

$element->is_new

Indicates that the item is new