org.restlet.engine.util
Class CookieSettingSeries

java.lang.Object
  extended by org.restlet.util.WrapperList<T>
      extended by org.restlet.util.Series<CookieSetting>
          extended by org.restlet.engine.util.CookieSettingSeries
All Implemented Interfaces:
Iterable<CookieSetting>, Collection<CookieSetting>, List<CookieSetting>

Deprecated. Use Series directly

@Deprecated
public class CookieSettingSeries
extends Series<CookieSetting>

Cookie setting series.

Author:
Jerome Louvel

Field Summary
 
Fields inherited from class org.restlet.util.Series
EMPTY_VALUE
 
Constructor Summary
CookieSettingSeries()
          Deprecated. Constructor.
CookieSettingSeries(List<CookieSetting> delegate)
          Deprecated. Constructor.
 
Method Summary
 
Methods inherited from class org.restlet.util.Series
add, copyTo, createEntry, createSeries, getFirst, getFirst, getFirstValue, getFirstValue, getFirstValue, getFirstValue, getNames, getValues, getValues, getValuesArray, getValuesArray, getValuesArray, getValuesArray, getValuesMap, removeAll, removeAll, removeFirst, removeFirst, set, set, subList, subList, subList, unmodifiableSeries
 
Methods inherited from class org.restlet.util.WrapperList
add, add, addAll, addAll, clear, contains, containsAll, equals, get, getDelegate, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CookieSettingSeries

public CookieSettingSeries()
Deprecated. 
Constructor.


CookieSettingSeries

public CookieSettingSeries(List<CookieSetting> delegate)
Deprecated. 
Constructor.

Parameters:
delegate - The delegate list.


Copyright © 2005-2013 Restlet.