Java org.springframework.security.web.savedrequest Enumerator fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.web.savedrequest Enumerator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.web.savedrequest Enumerator.

The text is from its open source code.

Constructor

Enumerator(Collection collection)
Return an Enumeration over the values of the specified Collection.
Enumerator(Iterator iterator)
Return an Enumeration over the values returned by the specified Iterator.
Enumerator(Map map)
Return an Enumeration over the values of the specified Map.