1MooseX::AttributeHelperUss:e:rMeCMtoohnootsdrePiXrb:ou:vtAietddterrPi:eb:ruHltaesDHhoe(cl3uppmemer)nst:a:tMieotnhodProvider::Hash(3pm)
2
3
4
6 MooseX::AttributeHelpers::MethodProvider::Hash
7
9 version 0.25
10
12 This is a role which provides the method generators for
13 MooseX::AttributeHelpers::Collection::Hash.
14
15 This role is composed from the
16 MooseX::AttributeHelpers::Collection::ImmutableHash role.
17
19 meta
20
22 count
23 Returns the number of elements in the hash.
24
25 delete
26 Removes the element with the given key
27
28 defined
29 Returns true if the value of a given key is defined
30
31 empty
32 If the list is populated, returns true. Otherwise, returns false.
33
34 clear
35 Unsets the hash entirely.
36
37 exists
38 Returns true if the given key is present in the hash
39
40 get Returns an element of the hash by its key.
41
42 keys
43 Returns the list of keys in the hash.
44
45 set Sets the element in the hash at the given key to the given value.
46
47 values
48 Returns the list of values in the hash.
49
50 kv Returns the key, value pairs in the hash
51
52 accessor
53 If passed one argument, returns the value of the requested key. If
54 passed two arguments, sets the value of the requested key.
55
57 Bugs may be submitted through the RT bug tracker
58 <https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-
59 AttributeHelpers> (or bug-MooseX-AttributeHelpers@rt.cpan.org
60 <mailto:bug-MooseX-AttributeHelpers@rt.cpan.org>).
61
62 There is also a mailing list available for users of this distribution,
63 at <http://lists.perl.org/list/moose.html>.
64
65 There is also an irc channel available for users of this distribution,
66 at "#moose" on "irc.perl.org" <irc://irc.perl.org/#moose>.
67
69 Stevan Little <stevan@iinteractive.com>
70
72 This software is copyright (c) 2007 by Stevan Little and Infinity
73 Interactive, Inc.
74
75 This is free software; you can redistribute it and/or modify it under
76 the same terms as the Perl 5 programming language system itself.
77
78
79
80perl v5.28.0 MooseX:2:0A1t6t-r0i2b-u1t6eHelpers::MethodProvider::Hash(3pm)