JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
elements.Item
Packages that use
Item
Package
Description
elements
This package contains classes representing tangible elements to the social network
opinion
Main package for SocialNetwork
Uses of
Item
in
elements
Subclasses of
Item
in
elements
Modifier and Type
Class
Description
class
ItemBook
Represents a book item in the social network.
class
ItemFilm
Represents a film item in the social network.
Uses of
Item
in
opinion
Methods in
opinion
that return
Item
Modifier and Type
Method
Description
<T>
Item
SocialNetwork.
getItem
(
String
title,
Class
<T> type)
Gets an item by its title and type.