Description Usage Arguments Class Fields and Methods Author(s) See Also Examples
Create a list of values. Lists inside an Object
behave as by value
(if the list is modified in a method, the original list is not updated).
Therefore, Bag
replace this behaviour extending Object
and allowing to save reference-lists inside objects.
1 |
... |
Values to store in the |
Package: galgo
Class Bag
Object
~~|
~~+--
Bag
Directly known subclasses:
public static class Bag
extends Object
Methods:
length | Gets the length of the object as its list version. | |
print | Prints the representation of the Bag object. | |
summary | Prints the representation of the Bag object. | |
Methods inherited from Object:
as.list, unObject, $, $<-, [[, [[<-, as.character, attach, clone, detach, equals, extend, finalize, getFields, getInstanciationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, save
Victor Trevino. Francesco Falciani Group. University of Birmingham, U.K. http://www.bip.bham.ac.uk/bioinf
See also list
().
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.