1Moose::Autobox::IndexedU(s3e)r Contributed Perl DocumentaMtoioosne::Autobox::Indexed(3)
2
3
4
6 Moose::Autobox::Indexed - the Indexed role
7
9 This is a role to describes an collection whose values can be accessed
10 by a key of some kind.
11
12 The role is entirely abstract, those which implement it must supply all
13 it's methods. Currently both Moose::Autobox::Array and
14 Moose::Autobox::Hash implement this role.
15
17 meta
18
20 at
21 put
22 exists
23 keys
24 values
25 kv
26 slice
27 each
28 each_key
29 each_value
30
32 All complex software has bugs lurking in it, and this module is no
33 exception. If you find a bug please either email me, or add the bug to
34 cpan-RT.
35
37 Stevan Little <stevan@iinteractive.com>
38
40 Copyright 2006-2008 by Infinity Interactive, Inc.
41
42 <http://www.iinteractive.com>
43
44 This library is free software; you can redistribute it and/or modify it
45 under the same terms as Perl itself.
46
47
48
49perl v5.12.2 2010-04-23 Moose::Autobox::Indexed(3)