PDF Clown
0.1.2

org.pdfclown.objects
Interface ICompositeMap<TKey>

All Known Implementing Classes:
Names, Resources

public interface ICompositeMap<TKey>

Composite map.

Since:
0.1.2
Version:
0.1.2, 09/24/12
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Method Summary
<TValue extends PdfObjectWrapper<? extends PdfDataObject>>
Map<TKey,TValue>
get(Class<TValue> type)
          Gets the value map associated to the specified type.
<TValue extends PdfObjectWrapper<? extends PdfDataObject>>
TValue
get(Class<TValue> type, TKey key)
          Gets the value associated to the specified key for the specified type.
 

Method Detail

get

<TValue extends PdfObjectWrapper<? extends PdfDataObject>> Map<TKey,TValue> get(Class<TValue> type)
Gets the value map associated to the specified type.


get

<TValue extends PdfObjectWrapper<? extends PdfDataObject>> TValue get(Class<TValue> type,
                                                                      TKey key)
Gets the value associated to the specified key for the specified type.


PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.