length.java.list: Override the default length function

Description Usage Arguments Value

View source: R/j4rClasses.R

Description

A java.list class is an environment containing an inner list. The length of this inner list is returned by this function.

Usage

1
2
## S3 method for class 'java.list'
length(x)

Arguments

x

a java.list instance

Value

the length of the inner list


J4R documentation built on July 23, 2020, 9:06 a.m.