The Countable interface

Introduction

Classes implementing Countable can be used with the count function.

Interface synopsis

Countable
/* Methods */
public int Countable::count()
Table of Contents